Skip to content

Commit

Permalink
formatting: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Jul 30, 2024
1 parent aed82a8 commit 64adcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_communities/members/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _members_search(
scan_params=None,
endpoint="members",
links_item_tpl=None,
**kwargs
**kwargs,
):
"""General members search."""
community = self.community_cls.get_record(community_id)
Expand Down

0 comments on commit 64adcdb

Please sign in to comment.