From fdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Wed, 1 May 2024 10:02:10 +0200 Subject: Configure and run ruff (check & format) --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsgi.py') diff --git a/wsgi.py b/wsgi.py index 90d4782..4a800b0 100755 --- a/wsgi.py +++ b/wsgi.py @@ -4,4 +4,4 @@ import sys sys.path.append("./") -from webapp import app as application +from webapp import app as application # noqa: F401 -- cgit v1.2.3