mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-12-17 20:40:39 +01:00
fix: flake8
This commit is contained in:
parent
29b362c8ce
commit
1384471745
@ -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}'))
|
||||
|
Loading…
Reference in New Issue
Block a user