-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove unused local imports #975
base: master
Are you sure you want to change the base?
Remove unused local imports #975
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #975 +/- ##
==========================================
- Coverage 75.97% 75.94% -0.03%
==========================================
Files 132 132
Lines 4861 4851 -10
==========================================
- Hits 3693 3684 -9
+ Misses 1168 1167 -1 ☔ View full report in Codecov by Sentry. |
655ac49
to
a37aba8
Compare
Quality Gate passedIssues Measures |
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.
Checks against master and they do indeed seem unused
In preparation of adding
F401
unused imports to ruff