Skip to content

Commit 30800e1

Browse files
committed
formatted by black
1 parent 3740d6f commit 30800e1

File tree

1 file changed

+2
-3
lines changed
  • python-bindings/overview_article

1 file changed

+2
-3
lines changed

python-bindings/overview_article/tasks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ def clean(c):
2929
):
3030
for file in glob.glob(file_pattern):
3131
os.remove(file)
32-
for dir_pattern in (
33-
"Release"
34-
):
32+
for dir_pattern in "Release":
3533
for dir in glob.glob(dir_pattern):
3634
shutil.rmtree(dir)
3735

36+
3837
def print_banner(msg):
3938
print("==================================================")
4039
print("= {} ".format(msg))

0 commit comments

Comments
 (0)