From c0090fa17d75746c94e2736815589f4ef9005cc7 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 14 Apr 2022 16:08:18 +0200 Subject: [PATCH] :rotating_light: Silenced deepsource --- classquiz/routers/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classquiz/routers/search.py b/classquiz/routers/search.py index 8a75238..99c6c5a 100644 --- a/classquiz/routers/search.py +++ b/classquiz/routers/search.py @@ -68,7 +68,7 @@ async def search_get( q: str, offset: int = 0, limit: int = 20, - filter: str | None = None, + filter: str | None = None, # skipcq: PYL-W0622 cropLength: int = 200, matches: bool = False, attributesToHighlight: Optional[str] = "*",