-
Notifications
You must be signed in to change notification settings - Fork 543
ref: Type hints for init() #401
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
|
||
# This type exists to trick mypy and PyCharm into thinking `init` and `Client` |
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.
trick huh?
@bluetech Since you're using mypy in real code together with the SDK, could you test if this still works with this PR? If yes I'll release it. |
I installed from master, and verified that |
That seems fine, the runtime code didn't change. Will release now, thanks! |
Fix #272