Skip to content

Commit

Permalink
Fix import errors in quickstart
Browse files Browse the repository at this point in the history
Fixes #277.
Closes #278.
Fixes #279.
  • Loading branch information
axnsan12 committed Dec 19, 2018
1 parent 8974aa5 commit e98876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ In ``urls.py``:
.. code:: python
...
from rest_framework import permissions
from drf_yasg.views import get_schema_view
from drf_yasg import openapi
Expand All @@ -128,7 +129,6 @@ In ``urls.py``:
contact=openapi.Contact(email="contact@snippets.local"),
license=openapi.License(name="BSD License"),
),
validators=['flex', 'ssv'],
public=True,
permission_classes=(permissions.AllowAny,),
)
Expand Down

0 comments on commit e98876b

Please sign in to comment.