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

Fix pragma error in RemoveUnusedImports #102

Merged
merged 4 commits into from
Oct 26, 2023

Added check to ignore __init__.py files

ace5ea6
Select commit
Loading
Failed to load commit list.
Merged

Fix pragma error in RemoveUnusedImports #102

Added check to ignore __init__.py files
ace5ea6
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Oct 26, 2023 in 1s

88.57% of diff hit (target 100.00%)

View this Pull Request on Codecov

88.57% of diff hit (target 100.00%)

Annotations

Check warning on line 145 in src/core_codemods/remove_unused_imports.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_codemods/remove_unused_imports.py#L144-L145

Added lines #L144 - L145 were not covered by tests

Check warning on line 159 in src/core_codemods/remove_unused_imports.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core_codemods/remove_unused_imports.py#L158-L159

Added lines #L158 - L159 were not covered by tests