Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent 53202c2 commit 137daaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,10 @@ def get_public_adventures(self):

def get_public_adventures_filtered(self,
language: str,
level: int=None,
tag: str=None,
q: str=None,
pagination_token: str=None):
level: int = None,
tag: str = None,
q: str = None,
pagination_token: str = None):
"""Return a page of the public adventures, filtered by language, level and tag, and with a search string.
Also returns the languages and tags that match the current filter.
Expand Down

0 comments on commit 137daaa

Please sign in to comment.