summaryrefslogtreecommitdiff
path: root/manage.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-24 10:25:34 +0100
committerStephen Finucane <stephen@that.guru>2019-09-27 10:36:08 +0100
commit3ebfcd4c18beafa8e6086ec25b9ef9e85b7283f0 (patch)
treecc09c0dd70ccf40b7b45320eea08d6165cd54204 /manage.py
parent5d7d5336dfeada28b036a5a3ba34d16ec8d83612 (diff)
downloadpatchwork-3ebfcd4c18beafa8e6086ec25b9ef9e85b7283f0.tar
patchwork-3ebfcd4c18beafa8e6086ec25b9ef9e85b7283f0.tar.gz
trivial: Style fixes
An assortment of fixes identified through the integration of pre-commit. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index fe6189e..e4266ad 100755
--- a/manage.py
+++ b/manage.py
@@ -3,8 +3,9 @@ import os
import sys
if __name__ == "__main__":
- os.environ.setdefault("DJANGO_SETTINGS_MODULE",
- "patchwork.settings.production")
+ os.environ.setdefault(
+ "DJANGO_SETTINGS_MODULE",
+ "patchwork.settings.production")
from django.core.management import execute_from_command_line