You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments