mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-05 20:12:30 -05:00
fix: flake8
This commit is contained in:
@@ -52,7 +52,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
f.write("replacement_strings = {\n")
|
f.write("replacement_strings = {\n")
|
||||||
for key, value in replacement_strings_wip.items():
|
for key, value in replacement_strings_wip.items():
|
||||||
f.write(f' "{key}": "{value}",\n')
|
f.write(f' "{key}": "{value}",\n') # noqa
|
||||||
f.write("}\n")
|
f.write("}\n")
|
||||||
|
|
||||||
self.stdout.write(self.style.SUCCESS(f'Processed {file}'))
|
self.stdout.write(self.style.SUCCESS(f'Processed {file}'))
|
||||||
|
|||||||
Reference in New Issue
Block a user