From a9b89cc56249f813ff74724288ad8c600f67a4ae Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Nov 2021 22:41:29 +0100 Subject: [PATCH] PEP fix: missing new line --- ci/check_locale_files.py | 2 +- ci/check_migration_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/check_locale_files.py b/ci/check_locale_files.py index a4300a6cbb..06246cd923 100644 --- a/ci/check_locale_files.py +++ b/ci/check_locale_files.py @@ -27,4 +27,4 @@ if len(locales) > 0: for lang in locales: print(" - {l}".format(l=lang)) -sys.exit(len(locales)) \ No newline at end of file +sys.exit(len(locales)) diff --git a/ci/check_migration_files.py b/ci/check_migration_files.py index 88e5a90bee..8ef0ada13d 100644 --- a/ci/check_migration_files.py +++ b/ci/check_migration_files.py @@ -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)) \ No newline at end of file +sys.exit(len(migrations))