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