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
As far as I can tell, mypy doesn't currently have any special knowledge of six, so it doesn't understand that six.reraise raises an exception. If mypy having special understanding of six seems reasonable, we should add this.
The text was updated successfully, but these errors were encountered:
As far as I can tell, mypy doesn't currently have any special knowledge of
six
, so it doesn't understand thatsix.reraise
raises an exception. If mypy having special understanding of six seems reasonable, we should add this.The text was updated successfully, but these errors were encountered: