mirror of
https://github.com/django/django.git
synced 2025-06-06 20:19:13 +00:00
Removed unnecessary import in django/urls/base.py.
This commit is contained in:
parent
817b75c54d
commit
7037dc5724
@ -153,7 +153,6 @@ def is_valid_path(path, urlconf=None):
|
|||||||
False otherwise. This is a convenience method to make working with "is
|
False otherwise. This is a convenience method to make working with "is
|
||||||
this a match?" cases easier, avoiding try...except blocks.
|
this a match?" cases easier, avoiding try...except blocks.
|
||||||
"""
|
"""
|
||||||
from django.urls.base import resolve
|
|
||||||
try:
|
try:
|
||||||
resolve(path, urlconf)
|
resolve(path, urlconf)
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user