Skip to content

Commit 28ee4f0

Browse files
committed
Fix unused imports with autoflake
1 parent 7f14e27 commit 28ee4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ ignore-pass-after-docstring = true
152152
in-place = true
153153
quiet = true
154154
recursive = true
155+
remove-all-unused-imports = true
155156
remove-duplicate-keys = true
156157
remove-unused-variables = true
157158

0 commit comments

Comments
 (0)