Skip to content

Commit

Permalink
Merge pull request yandex-praktikum#6 from yandex-praktikum/fix-pep8
Browse files Browse the repository at this point in the history
fix pep8
  • Loading branch information
evi1ghost authored Jun 1, 2023
2 parents 444275f + 793bad0 commit 1cedc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions backend/api/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from rest_framework import viewsets
from rest_framework import status, viewsets
from rest_framework.response import Response
from rest_framework import status

from .models import Task
from .serializers import TaskSerializer
Expand Down
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

CORS_ORIGIN_WHITELIST = [
'http://localhost:3000'
'http://localhost:3000'
]

0 comments on commit 1cedc32

Please sign in to comment.