Skip to content

Commit 7f42dd2

Browse files
authored
Export Sqids from sqids module
The previous code did not export the Sqids class leading to private import usage warnings when using `from sqids import Sqids`. One could work around it by using `from sqids.sqids import Sqids`. This workaround is now no longer necessary.
1 parent 6f57211 commit 7f42dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqids/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .sqids import Sqids # noqa: F401
1+
from .sqids import Sqids as Sqids

0 commit comments

Comments
 (0)