From 79ca66fa1473a03e10e7e47233f51102f9a5268d Mon Sep 17 00:00:00 2001 From: Chris Nagy Date: Sat, 10 Apr 2021 16:02:48 +0200 Subject: [PATCH] Add newline end of file --- src/documents/management/commands/manage_superuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/management/commands/manage_superuser.py b/src/documents/management/commands/manage_superuser.py index ee3fbc8ef..0762ab001 100644 --- a/src/documents/management/commands/manage_superuser.py +++ b/src/documents/management/commands/manage_superuser.py @@ -30,4 +30,4 @@ class Command(BaseCommand): self.stdout.write(f'Did not create superuser "{PAPERLESS_ADMIN_USER}".') self.stdout.write('Make sure you specified "PAPERLESS_ADMIN_PASSWORD" in your "docker-compose.env" file.') except Exception as error: - self.stdout.write(f'Exception occured while creating superuser: {error}') \ No newline at end of file + self.stdout.write(f'Exception occured while creating superuser: {error}')