Skip to content

Commit

Permalink
Fix import error in views.py and update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav417865 committed Dec 2, 2024
1 parent b7e7d4e commit 2954b44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cinema/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Type
from django.db.models import QuerySet
import serializers
from rest_framework import serializers
from rest_framework import viewsets
from cinema.models import (
Movie,
Expand Down
14 changes: 13 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ djangorestframework==3.13.1
flake8==5.0.4
flake8-quotes==3.3.1
flake8-variables-names==0.0.5
pep8-naming==0.13.2
pep8-naming==0.13.2
pip~=24.3.1
pytz~=2024.2
pytest~=8.3.4
sqlparse~=0.5.2
asgiref~=3.8.1
colorama~=0.4.6
serializers~=0.2.4
pyflakes~=2.5.0
pycodestyle~=2.9.1
pluggy~=1.5.0
iniconfig~=2.0.0
packaging~=24.2

0 comments on commit 2954b44

Please sign in to comment.