Skip to content

Commit

Permalink
chore: Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 15, 2025
1 parent 03bde26 commit 906e9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvkit/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import re
import sys
import warnings
from codecs import BOM_UTF8
from glob import glob
from os.path import splitext
from codecs import BOM_UTF8

import agate
from agate.data_types.base import DEFAULT_NULL_VALUES
Expand Down

0 comments on commit 906e9a9

Please sign in to comment.