-
Notifications
You must be signed in to change notification settings - Fork 39
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
Mark needed, but marked as unused, imports and remove unused imports #3020
Mark needed, but marked as unused, imports and remove unused imports #3020
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 9 files 9 suites 8m 35s ⏱️ Results for commit afbe765. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3020 +/- ##
=======================================
Coverage 60.39% 60.39%
=======================================
Files 605 605
Lines 43687 43688 +1
Branches 48 48
=======================================
+ Hits 26383 26384 +1
Misses 17292 17292
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
I could add that whenever you see pylint disables like # pylint: disable=W0611 This is the same thing. Pylint's W0611 is equivalent to ruff's F401 |
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.
anything else I should comment on?
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.
Again, I think we could probably use the __all__
in more places where seemingly "unused" imports are there to be importable from other modules.
f4eaae2
to
2a2c093
Compare
Quality Gate passedIssues Measures |
2a2c093
to
e0fed99
Compare
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.
Looks good to go :)
e0fed99
to
afbe765
Compare
Quality Gate passedIssues Measures |
No description provided.