Skip to content

Commit c2188e4

Browse files
committed
Apply ruff format
1 parent 9dc0046 commit c2188e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pagination.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ class CustomItemsPageNumberPagination(PageNumberPagination):
117117
class Output(Schema):
118118
results: List[int]
119119
count: int
120+
121+
120122
class NoPagination(PaginationBase):
121123
"""
122124
Pagination class that returns all records without slicing.

0 commit comments

Comments
 (0)