fix mypy checks

This commit is contained in:
Dev-Khant
2024-09-23 16:05:32 +05:30
parent 66a1ecca00
commit 3517d539ae

View File

@@ -10,7 +10,7 @@ class Storage:
def search(
self, query: str, limit: int, filters: Dict, score_threshold: float
) -> Dict[str, Any]: # type: ignore
pass
return {}
def reset(self) -> None:
pass