Fix formatting to comply to black style

This commit is contained in:
Bruno Alla 2019-03-20 20:43:51 +00:00
parent 8c82dadb1f
commit 52eebeea1d
2 changed files with 2 additions and 1 deletions

View File

@ -266,6 +266,7 @@ def remove_celery_compose_dirs():
shutil.rmtree(os.path.join("compose", "local", "django", "celery"))
shutil.rmtree(os.path.join("compose", "production", "django", "celery"))
def remove_node_dockerfile():
shutil.rmtree(os.path.join("compose", "local", "node"))