Skip to content

Commit

Permalink
Update README.rst to fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
pvfarooq authored Sep 12, 2024
1 parent 78031f0 commit d423fd2
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 @@ -132,7 +132,7 @@ In ``urls.py``:
.. code:: python
...
from django.urls import re_path
from django.urls import path
from rest_framework import permissions
from drf_yasg.views import get_schema_view
from drf_yasg import openapi
Expand Down

0 comments on commit d423fd2

Please sign in to comment.