fix: flake8

This commit is contained in:
Markos Gogoulos 2024-11-20 13:29:37 +02:00
parent 29b362c8ce
commit 1384471745

View File

@ -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}'))