reformat code with black

This commit is contained in:
Martin
2019-10-30 13:44:04 +01:00
parent 354e959cc5
commit 0dd8d619b4
28 changed files with 1236 additions and 689 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
SERVER_NAME = 'localhost'
SQLALCHEMY_DATABASE_URI = 'sqlite://'
SERVER_NAME = "localhost"
SQLALCHEMY_DATABASE_URI = "sqlite://"
SQLALCHEMY_TRACK_MODIFICATIONS = True
PRESERVE_CONTEXT_ON_EXCEPTION = False
ESALES_URL = ''
ESALES_URL = ""
TESTING = True
DEBUG = True
SQLALCHEMY_ECHO = False