Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.3k
Comply with PEP 561#2277
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Comply with PEP 561#2277
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: GuardianWang <31812793+GuardianWang@users.noreply.github.com>
ppfeister commentedAug 30, 2024
Odd. I figured Optional would be available without Sometime tomorrow, I'll either add the import or switch it to the normal union without an import ( |
785346c intomasterUh oh!
There was an error while loading.Please reload this page.
…EP-561Comply with PEP 561
Pena43 left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you
Add type hints for exposed
sherlockfunction, addpy.typedto comply with PEP 561 and allow for detection by mypy for static type checking.