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
Is your feature request related to a problem? Please describe.
In order for Mypy to use the typing information of this project, you need to include a blank file called py.typed along the code, to comply with PEP 561 (https://www.python.org/dev/peps/pep-0561/). Otherwise Mypy skips this library in the type analysis.
Describe the solution you'd like
Add a blank py.typed file and package it along the code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In order for Mypy to use the typing information of this project, you need to include a blank file called
py.typed
along the code, to comply with PEP 561 (https://www.python.org/dev/peps/pep-0561/). Otherwise Mypy skips this library in the type analysis.Describe the solution you'd like
Add a blank
py.typed
file and package it along the code.The text was updated successfully, but these errors were encountered: