mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Wrapped an import per isort.
This commit is contained in:
parent
bf6392bb75
commit
a04e795667
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
from django.conf import settings
|
||||
from django.core.checks.messages import Warning
|
||||
from django.core.checks.urls import (
|
||||
check_url_config, check_url_namespaces_unique, get_warning_for_invalid_pattern,
|
||||
check_url_config, check_url_namespaces_unique,
|
||||
get_warning_for_invalid_pattern,
|
||||
)
|
||||
from django.test import SimpleTestCase
|
||||
from django.test.utils import override_settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue