This commit is contained in:
shamoon
2026-02-12 21:33:32 -08:00
parent be4ff994bc
commit 6a1dfe38a2
2 changed files with 1 additions and 2 deletions

View File

@@ -1806,7 +1806,7 @@ class ChatStreamingView(GenericAPIView):
),
)
class UnifiedSearchViewSet(DocumentViewSet):
def __init__(self, *args, **kwargs) -> None:
def __init__(self, *args: Any, **kwargs: Any) -> None:
super().__init__(*args, **kwargs)
self.searcher = None