Skip to content

Commit

Permalink
output empty lines and line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
oboliziuk committed Jan 6, 2025
1 parent 9385d07 commit bc56b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion cinema/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def validate(self, attrs):
return data



class TicketDetailSerializer(serializers.ModelSerializer):
movie_session = MovieSessionListSerializer(read_only=True)

Expand Down
3 changes: 2 additions & 1 deletion cinema_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
# USE_TZ = False

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

Expand Down

0 comments on commit bc56b99

Please sign in to comment.