- Notifications
You must be signed in to change notification settings - Fork673
chore: add type-hints to gitlab/client.py#1339
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
chore: add type-hints to gitlab/client.py#1339
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adding some initial type-hints to gitlab/client.py
Uh oh!
There was an error while loading.Please reload this page.
@JohnVillalovos I love these type merge requests. Just a quick question. What about the depreciation of the typing module in Python 3.9? We may need some feature imports then right? |
I was not aware of that. But I just read this:https://docs.python.org/3/library/typing.html
Which sounds like we will have 5 years to take care of this. Maybe I misunderstand that. |
Okay then it should be fine. |
Thanks for the MR! |
Slowly coming along. One file at a time! |
Adding some initial type-hints to gitlab/client.py
Unsure about my usage of assert to identify the type of the object. Feedback appreciated.