Skip to content

Commit

Permalink
Regex support linting fix for IGNORE_URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav Sharma authored and Saurav Sharma committed Feb 14, 2024
1 parent d86431a commit d4831e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_guid/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.core.exceptions import ImproperlyConfigured

from django_guid.context import guid
from django_guid.utils import get_id_from_header, ignored_url, is_url_in_ignored_list
from django_guid.utils import get_id_from_header, is_url_in_ignored_list

try:
from django.utils.decorators import sync_and_async_middleware
Expand Down

0 comments on commit d4831e4

Please sign in to comment.