mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 00:58:13 +00:00
leave ignore
This commit is contained in:
@@ -26,7 +26,7 @@ class MultiOnTool(BaseTool):
|
|||||||
):
|
):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
try:
|
try:
|
||||||
from multion.client import MultiOn
|
from multion.client import MultiOn # type: ignore
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
"`multion` package not found, please run `pip install multion`"
|
"`multion` package not found, please run `pip install multion`"
|
||||||
|
|||||||
Reference in New Issue
Block a user