fix: flake8

This commit is contained in:
Markos Gogoulos
2024-11-20 13:27:57 +02:00
parent b8ee2e9fb8
commit 29b362c8ce
3 changed files with 2 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ class Command(BaseCommand):
with open(file_path, 'w') as f:
f.write("translation_strings = {\n")
for key, value in translation_strings_wip.items():
f.write(f' "{key}": "{value}",\n')
f.write(f' "{key}": "{value}",\n') # noqa
f.write("}\n\n")
f.write("replacement_strings = {\n")