From a9e11b1cb708795c3ccaa6e53c8818c7907c2049 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}')