From 517262b2331bde2e2aac0663a97cd16774512fba Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 4 May 2019 01:04:30 +1000 Subject: [PATCH] PEP fixes --- InvenTree/InvenTree/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index ce2814c5a4..82c8a99507 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/1.10/ref/settings/ import os import logging -import tempfile +import tempfile # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) @@ -179,4 +179,4 @@ IMPORT_EXPORT_USE_TRANSACTIONS = True # Settings for dbbsettings app DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage' -DBBACKUP_STORAGE_OPTIONS = {'location': tempfile.gettempdir()} \ No newline at end of file +DBBACKUP_STORAGE_OPTIONS = {'location': tempfile.gettempdir()}