From c879cac38e243165f0a9a2859522a0bf2eb714be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Leichtfu=C3=9F?= Date: Fri, 16 Jul 2021 12:19:30 +0200 Subject: [PATCH] little code cleanup - added some newlines at the end of the file --- more_admin_filters/apps.py | 2 +- tests/testapp/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/more_admin_filters/apps.py b/more_admin_filters/apps.py index 3366937..c0e3c52 100644 --- a/more_admin_filters/apps.py +++ b/more_admin_filters/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class DjangoAdminSelectfilterConfig(AppConfig): - name = 'more_admin_filters' \ No newline at end of file + name = 'more_admin_filters' diff --git a/tests/testapp/settings.py b/tests/testapp/settings.py index 0ce4d96..6846dfe 100644 --- a/tests/testapp/settings.py +++ b/tests/testapp/settings.py @@ -127,4 +127,4 @@ USE_TZ = True STATIC_URL = '/static/' -DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' \ No newline at end of file +DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'