We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The initial PR had a py.typed file that is necessary for annotations to work https://www.python.org/dev/peps/pep-0561/#packaging-type-information
It was removed in a subsequent commit: #163
This means release 1.9.0 doesn't provide the type features it is supposed to.
The text was updated successfully, but these errors were encountered:
Restore py.typed file to enable types
42fa34e
Without this type annotations aren't picked up. This should not have been deleted. https://www.python.org/dev/peps/pep-0561/#packaging-type-information Closes: #165
78ef2d0
Successfully merging a pull request may close this issue.
The initial PR had a py.typed file that is necessary for annotations to work https://www.python.org/dev/peps/pep-0561/#packaging-type-information
It was removed in a subsequent commit: #163
This means release 1.9.0 doesn't provide the type features it is supposed to.
The text was updated successfully, but these errors were encountered: