From b4426e71efbf32be8f2ad1649663d6d50b6967ef Mon Sep 17 00:00:00 2001 From: Saurav Sharma Date: Thu, 15 Feb 2024 17:56:35 +0530 Subject: [PATCH] Linting fix: For IGNORE_URLS with or without regex --- tests/functional/test_sync_middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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