-
Notifications
You must be signed in to change notification settings - Fork 63
add type hints for issues.py and types.py #350
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
rekby
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.
Great!
Thanks for your work. I have only cosmetic suggestions.
ydb/issues.py
Outdated
| def __init__( | ||
| self, | ||
| message: str, | ||
| issues: typing.Optional[typing.Interable[_IssueMessage]] = None |
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.
typo:
Interable
->
Iterable
|
@RaileyHartheim, thanks for the work. Type hints is great for understand relations in the code. |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information