Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dopry committed Sep 20, 2024
1 parent faff094 commit a64ff62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grapple/types/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,11 @@ def PaginatedQuerySet(of_type, type_class, **kwargs):
# Enable in_menu for Page models.
if enable_in_menu is True and "in_menu" not in kwargs:
kwargs["in_menu"] = graphene.Argument(
graphene.Boolean, description=_(
graphene.Boolean,
description=_(
"Filter pages by Page.show_in_menus property. That is, the "
"'show in menus' checkbox is checked in the page editor."
)
),
)

# Enable page for Django Paginator.
Expand Down

0 comments on commit a64ff62

Please sign in to comment.