Skip to content

Commit

Permalink
refactor: correct formatting
Browse files Browse the repository at this point in the history
This commit corrects formatting in the cc2olx/utils.py file. The update to version 24.1.1 of the black library has caused test failures, due to an improperly formatted file.
  • Loading branch information
michaelroytman committed Jan 31, 2024
1 parent c8f756f commit a8c8560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cc2olx/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Utility functions for cc2olx"""

import logging
import string
import csv
Expand Down

0 comments on commit a8c8560

Please sign in to comment.