Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiik05 committed Dec 14, 2024
1 parent 9ce0f86 commit 36f1b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinema_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

REST_FRAMEWORK = {
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination."
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination."
"LimitOffsetPagination",
"PAGE_SIZE": 10
"PAGE_SIZE": 10
}

0 comments on commit 36f1b9e

Please sign in to comment.