Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Aug 17, 2024
1 parent d599515 commit 3786af8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zipfile2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import absolute_import

try:
from ._version import __version__,
from ._version import __version__
except ImportError:
__version__ = "no-built"

Expand Down

0 comments on commit 3786af8

Please sign in to comment.