reformat code with black

This commit is contained in:
Martin
2019-10-30 13:44:04 +01:00
parent 354e959cc5
commit 0dd8d619b4
28 changed files with 1236 additions and 689 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def update_designer(designer):
send_to_bottom=designer.send_to_bottom,
no_follow=designer.no_follow,
hidden=1,
path="/designers/{}".format(designer.path)
path="/designers/{}".format(designer.path),
)
importfile = ImportFile()
for locale in Locale.query.all():