Skip to content

Commit f613794

Browse files
committed
fixed failing code style test
1 parent b13ca05 commit f613794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_extra/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class DynamicInput(PageNumberPaginationExtra.Input):
7878

7979
return DynamicInput
8080

81-
def paginate_queryset( # type: ignore
81+
def paginate_queryset(
8282
self,
8383
queryset: QuerySet,
8484
pagination: Input,

0 commit comments

Comments
 (0)