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
SJSON does not have type stubs, preventing static analysis and autocompletion in IDEs (more information).
Adding a py.typed file is an easy fix for this issue.
SJSON does not have type stubs, preventing static analysis and autocompletion in IDEs (more information).
Adding a
py.typedfile is an easy fix for this issue.