-
Notifications
You must be signed in to change notification settings - Fork 32
Python generator: use Mapping instead of Dict for type annotations #415
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
704e3c0 to
3babb53
Compare
|
@microsoft-github-policy-service agree |
|
I didn't touch most of the files mentioned in the lint; and ruff doesn't suggest any changes on the file I touched when running it locally. |
|
Run |
|
I will fix this in a separate PR, and rebase this branch. |
3babb53 to
022f282
Compare
|
It looks like now there is a real |
e592728
022f282 to
e592728
Compare
e592728 to
6346a2a
Compare
|
Changed the types of the value dicts back to dict, that should fix it. |
Fixes #414