mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
fix: flake8
This commit is contained in:
parent
29b362c8ce
commit
1384471745
@ -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}'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user