Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
MiskoRuslan committed Nov 30, 2023
1 parent 24bca21 commit 8706210
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cinema/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
from rest_framework.views import APIView

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 8706210

Please sign in to comment.