fix: linter
This commit is contained in:
parent
55f9348d0a
commit
a424c2adfa
@ -64,7 +64,7 @@ class CleanCommandExtension(clean):
|
||||
for root, _, files in walk("."):
|
||||
for file in files:
|
||||
(_, extension) = path.splitext(file)
|
||||
if extension == '.pyc':
|
||||
if extension == ".pyc":
|
||||
remove(path.join(root, file))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user