mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 05:38:12 +00:00
fix: remove unnecessary type ignore on second sandlock import (already cached by mypy)
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -474,7 +474,7 @@ class CodeInterpreterTool(BaseTool):
|
||||
"(pip install sandlock) and you are running on Linux 5.13+."
|
||||
)
|
||||
|
||||
from sandlock import Sandbox # type: ignore[import-untyped]
|
||||
from sandlock import Sandbox
|
||||
|
||||
Printer.print(
|
||||
"Running code in sandlock sandbox (Landlock + seccomp-bpf)",
|
||||
|
||||
Reference in New Issue
Block a user