Commit 39444d2
committed
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 39444d2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments