-
Notifications
You must be signed in to change notification settings - Fork 21
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
Chore: clean up dead imports #60
Labels
Comments
esqew
added
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Oct 20, 2023
Flake8's got a list for us to go on:
|
Closed
esqew
added a commit
that referenced
this issue
Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are quite a few spots around the codebase where we have imports that aren't being used.
Since this is purely cosmetic & isn't a drag on performance (at least, not to my knowledge) this one will be prioritized pretty low.
Also a good first ticket for those so inclined to jump in.
The text was updated successfully, but these errors were encountered: