Skip to content

Commit

Permalink
fix: Fix compatibility for python versions older than 3.8 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
xadrianzetx authored Nov 8, 2021
1 parent 7bb79a8 commit 43e8d51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shortuuid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# flake8: noqa
import importlib.metadata

from shortuuid.main import decode
from shortuuid.main import encode
from shortuuid.main import get_alphabet
Expand Down

0 comments on commit 43e8d51

Please sign in to comment.