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
Yes, this is a problem with the stubs. There's an open PR to fix a few other functions in a similar way at #991, but we need to change a lot more functions.
I noticed that the following code fails when checked by mypy under Python 3.6:
The following error is produced:
However, the code seems to work fine due to Python 3.6's support for PEP 519.
If this is a problem with the type stubs then I could try submitting a PR. mypy rocks!
The text was updated successfully, but these errors were encountered: