Skip to content

Commit

Permalink
Linting fix: For IGNORE_URLS with or without regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav Sharma authored and Saurav Sharma committed Feb 15, 2024
1 parent 52bb6f9 commit b4426e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_sync_middleware.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b4426e7

Please sign in to comment.