Skip to content

Commit 44fd159

Browse files
authored
Update pre-commit config to remove unused imports
Removed unused imports from autoflake configuration.
1 parent 878fef9 commit 44fd159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ repos:
2121
args:
2222
- "--in-place"
2323
- "--remove-unused-variables"
24-
- "--remove-all-unused-imports"
2524

2625
# Sort imports
2726
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)