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
pep8speaks caught a bare except. I have seen this issue with urllib appear in the past and one way around it is to remove and use the python 3 import only since python 2 won't be/isn't supported anymore. If that solution isn't the most robust, we just add ImportError after the except statement:
pep8speaks
caught a bare except. I have seen this issue withurllib
appear in the past and one way around it is to remove and use the python 3 import only since python 2 won't be/isn't supported anymore. If that solution isn't the most robust, we just addImportError
after the except statement:The text was updated successfully, but these errors were encountered: