🚨 Silenced deepsource

This commit is contained in:
Mawoka
2022-04-14 16:08:18 +02:00
parent fe0775cc07
commit c0090fa17d
+1 -1
View File
@@ -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] = "*",