Skip to content

Commit

Permalink
Solution3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hryhorenko committed Dec 22, 2024
1 parent 3ea5da2 commit c2360c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cinema/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
from rest_framework.viewsets import GenericViewSet, ModelViewSet

from cinema.models import Movie, Genre, Actor, CinemaHall
from cinema.serializers import MovieSerializer, GenreSerializer, ActorSerializer, CinemaHallSerializer
from cinema.serializers import (
MovieSerializer,
GenreSerializer,
ActorSerializer,
CinemaHallSerializer
)


class GenreList(APIView):
Expand Down

0 comments on commit c2360c5

Please sign in to comment.