Skip to content

Commit

Permalink
Fix: flake8 line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
bshankar committed Sep 18, 2024
1 parent 1828cc8 commit 404c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/mapswipe_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __build_query_user_group_stats(group_id: str, limit: int, offset: int):
def __build_query_filtered_user_group_stats(
self, group_id: str, from_date: str, to_date: str
):
"""A private method to build a graphQl query for fetching a user group's stats within a timerange from Mapswipe."""
"""A private method to build a graphQl query to fetch a mapswipe group's stats within a timerange."""

operationName = "FilteredUserGroupStats"
query = """
Expand Down

0 comments on commit 404c2b6

Please sign in to comment.