From 0475c47e556fffea02449bc14e0d28a89bafc50b Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Wed, 28 Feb 2024 23:36:49 +0100 Subject: [PATCH] :rotating_light: Format with latest black version --- tests/proj/settings.py | 1 + tests/proj/wsgi.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/proj/settings.py b/tests/proj/settings.py index 61cf600..60ef911 100644 --- a/tests/proj/settings.py +++ b/tests/proj/settings.py @@ -9,6 +9,7 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.9/ref/settings/ """ + import os import sys diff --git a/tests/proj/wsgi.py b/tests/proj/wsgi.py index f1eda5c..119a93c 100644 --- a/tests/proj/wsgi.py +++ b/tests/proj/wsgi.py @@ -6,6 +6,7 @@ For more information on this file, see https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/ """ + from __future__ import absolute_import, unicode_literals import os