mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
PEP fix: missing new line
This commit is contained in:
@ -27,4 +27,4 @@ if len(locales) > 0:
|
||||
for lang in locales:
|
||||
print(" - {l}".format(l=lang))
|
||||
|
||||
sys.exit(len(locales))
|
||||
sys.exit(len(locales))
|
||||
|
Reference in New Issue
Block a user