Commit 7f42dd2
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments