-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 undefined-variable
for Python 3.12 generic type syntax
#10135
Conversation
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.
Thank you for your work on this, don't mind the 3.13.1 collections.abc error, it's going to be fixed on main at some point.
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.
Perfect, thanks for fixing this important false positive.
Great! Happy to help. |
(cherry picked from commit be1968e)
(cherry picked from commit be1968e) Co-authored-by: Marzuk Rashid <[email protected]>
Type of Changes
Description
Closes #9335