-
-
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 Pyreverse duplicate arrows bug #9029
Fix Pyreverse duplicate arrows bug #9029
Conversation
The logic is similar to #9004. Rather than pulling in all annotated fields and all local assignments, we pull in the annotated fields and then only pull in those local assignments that haven't already been seen |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #9029 +/- ##
=======================================
Coverage 95.75% 95.75%
=======================================
Files 173 173
Lines 18648 18652 +4
=======================================
+ Hits 17856 17860 +4
Misses 792 792
|
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 809d391 |
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 all the fixes lately and the good preparation with the test cases to easily see what changed!
(cherry picked from commit 3f93f1e)
(cherry picked from commit 3f93f1e) Co-authored-by: Nick Drozd <[email protected]>
Type of Changes
Description
Closes #8522