Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Mar 19, 2024
1 parent e84edd1 commit 5b958e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internetarchive/cli/ia.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
import sys

from docopt import docopt, printable_usage

if sys.version_info < (3, 10):
from importlib_metadata import entry_points
else:
Expand Down

0 comments on commit 5b958e5

Please sign in to comment.