Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RulaKhaled committed Nov 29, 2024
1 parent 5512b33 commit 713dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_api/helpers/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def queryset_to_connection_sync(
"""
if not first and not last:
first = 25

if isinstance(data, list):
array_paginator = ArrayPaginator(
data, first=first, last=last, after=after, before=before
Expand Down

0 comments on commit 713dee1

Please sign in to comment.