From 4742b76bcada8346917cc7facc3eed952b9a17ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Hol=C3=BD?= Date: Tue, 19 Mar 2024 16:01:42 +0100 Subject: [PATCH] Apply black's "fixes" --- demo/example/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/example/wsgi.py b/demo/example/wsgi.py index bc477b0e..c73c1b90 100644 --- a/demo/example/wsgi.py +++ b/demo/example/wsgi.py @@ -13,6 +13,7 @@ framework. """ + import os from django.core.wsgi import get_wsgi_application