Skip to content

Commit

Permalink
patch: add missing import (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinashechiraya authored Oct 3, 2024
1 parent a9ed90a commit 592afa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_project/minisass/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from minisass_frontend.views import ReactHomeView
from drf_yasg.views import get_schema_view
from drf_yasg import openapi
from rest_framework import permissions


schema_view = get_schema_view(
Expand Down

0 comments on commit 592afa3

Please sign in to comment.