-
Notifications
You must be signed in to change notification settings - Fork 69
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
fix: Fix client template type hints #593
Conversation
Will fix build errors due to aliasing name. |
fixed |
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 1519 1519
Branches 309 309
=========================================
Hits 1519 1519 Continue to review full report at Codecov.
|
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.
LGTM. Could you please apply these changes to 'ads-templates/.../client.py.j2' as well?
Done. Should be ready to merge. |
This template causes type errors because it declares the type of a parameter to be an imported file. Remove the confusion here, and also correctly annotate some possibly-None parameters.