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
Library tries to catch JSONDecodeError after importing json from compat. In case that simplejson is installed - everything will work perfectly, but if normal json is imported (on python3 or if simplejson is not present) there is no JSONDecodeError at all.
The text was updated successfully, but these errors were encountered:
Library tries to catch
JSONDecodeError
after importingjson
from compat. In case thatsimplejson
is installed - everything will work perfectly, but if normaljson
is imported (on python3 or ifsimplejson
is not present) there is noJSONDecodeError
at all.The text was updated successfully, but these errors were encountered: