-
Notifications
You must be signed in to change notification settings - Fork 183
[maintenance] remove unused imports #2733
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
base: main
Are you sure you want to change the base?
Conversation
|
/intelci: run |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/intelci: run |
|
If I remember correctly we explored a tool that handles this - maybe @ahuber21 remembers? I forget if this was integrated or dropped |
ethanglaser
left a comment
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.
Assuming green CI
|
We could add PyRight (which runs aspects of VSCode) #2498, but it would require some time to do and I deprioritized it. |
Description
While waiting on CI jobs, abuse PyRight to simplify things. These imports aren't used and can be removed.
Checklist:
Completeness and readability
Testing
Performance