Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 713dee1

Browse files
committed
Fix lint issues
1 parent 5512b33 commit 713dee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/helpers/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def queryset_to_connection_sync(
232232
"""
233233
if not first and not last:
234234
first = 25
235-
235+
236236
if isinstance(data, list):
237237
array_paginator = ArrayPaginator(
238238
data, first=first, last=last, after=after, before=before

0 commit comments

Comments
 (0)