diff --git a/tests/functional/test_sync_middleware.py b/tests/functional/test_sync_middleware.py index b5cbe7f..8ed1f04 100644 --- a/tests/functional/test_sync_middleware.py +++ b/tests/functional/test_sync_middleware.py @@ -1,8 +1,8 @@ from copy import deepcopy +from django.conf import settings as django_settings from django.core.exceptions import ImproperlyConfigured from django.test import override_settings -from django.conf import settings as django_settings import pytest