Merge pull request #2337 from matmair/missing-new-line

PEP fix: missing new line
This commit is contained in:
Oliver 2021-11-20 09:05:54 +11:00 committed by GitHub
commit 27f3cc251c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -28,4 +28,4 @@ print("There are {n} unstaged migration files:".format(n=len(migrations)))
for m in migrations:
print(" - {m}".format(m=m))
sys.exit(len(migrations))
sys.exit(len(migrations))