mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fix mypy checks
This commit is contained in:
@@ -10,7 +10,7 @@ class Storage:
|
|||||||
def search(
|
def search(
|
||||||
self, query: str, limit: int, filters: Dict, score_threshold: float
|
self, query: str, limit: int, filters: Dict, score_threshold: float
|
||||||
) -> Dict[str, Any]: # type: ignore
|
) -> Dict[str, Any]: # type: ignore
|
||||||
pass
|
return {}
|
||||||
|
|
||||||
def reset(self) -> None:
|
def reset(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user