diff options
| author | Marten Kenbeek <marten.knbk@gmail.com> | 2016-01-23 15:10:29 +0100 |
|---|---|---|
| committer | Marten Kenbeek <marten.knbk@gmail.com> | 2016-01-23 15:11:05 +0100 |
| commit | beb9112a79c919ba959e41f8fe15a70e90bc9c6c (patch) | |
| tree | e4282a6425a697414502e2de03e4b42379cc4290 /django/urls/base.py | |
| parent | 002a4f72c46458514d97f7e54d4fd9416d89899d (diff) | |
Removed unnecessary imports.
Diffstat (limited to 'django/urls/base.py')
| -rw-r--r-- | django/urls/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/urls/base.py b/django/urls/base.py index ea68f99cea..5185324799 100644 --- a/django/urls/base.py +++ b/django/urls/base.py @@ -166,7 +166,6 @@ def translate_url(url, lang_code): the `lang_code` language (either by i18n_patterns or by translated regex). Return the original URL if no translated version is found. """ - from django.urls import resolve, reverse parsed = urlsplit(url) try: match = resolve(parsed.path) |
