From b526cc68929250a7f71ff21ed8410ffd8db87a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Thu, 29 Jul 2021 10:48:55 +0200 Subject: Format using black --- wsgi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wsgi.py') diff --git a/wsgi.py b/wsgi.py index 2371f9c..90d4782 100755 --- a/wsgi.py +++ b/wsgi.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 import sys -sys.path.append('./') + +sys.path.append("./") from webapp import app as application -- cgit v1.2.3