mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-23 15:02:55 +03:00
Merge pull request #3100 from bitterjug/fixdocs
Remove unused import from docs example
This commit is contained in:
commit
c5a1427c7a
|
@ -108,7 +108,7 @@ and
|
|||
|
||||
Now update the `urls.py` file slightly, to append a set of `format_suffix_patterns` in addition to the existing URLs.
|
||||
|
||||
from django.conf.urls import patterns, url
|
||||
from django.conf.urls import url
|
||||
from rest_framework.urlpatterns import format_suffix_patterns
|
||||
from snippets import views
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user