From 137daaa3bfb0cc971379efbd588aecfcec503181 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:00:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- website/database.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/database.py b/website/database.py index 2a282558b41..22514faa258 100644 --- a/website/database.py +++ b/website/database.py @@ -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.