reformat code with black
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user