Skip to content
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

Removed unused imports found by type-checkers #2124

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Sep 21, 2023

Extracted from and improved over #2102 for ease of review.
Removed unused imports spotted by type-checkers. Not removing imports where it's uncertain whether they are causing side-effects. This is mostly manual changes. Then re-ran pycln.
Please validate whether some of those unused imports were meant to be re-exported symbols as part of that module's API.

@mhammond mhammond merged commit 9f24116 into mhammond:main Nov 1, 2023
16 checks passed
@Avasam Avasam deleted the unused-imports-typecheckers branch November 1, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants