Skip to content

Commit 637b0b7

Browse files
authored
Merge pull request #880 from micrypt/patch-2
Remove unused import.
2 parents ef4bc2b + 52a4c29 commit 637b0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ URLconf
4343
Add the Debug Toolbar's URLs to your project's URLconf as follows::
4444

4545
from django.conf import settings
46-
from django.conf.urls import include, patterns, url
46+
from django.conf.urls import include, url
4747

4848
if settings.DEBUG:
4949
import debug_toolbar

0 commit comments

Comments
 (0)