fix: remove unused type: ignore comment to satisfy mypy

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2026-04-07 22:02:21 +00:00
parent 7bec692878
commit baac6668ab

View File

@@ -13,7 +13,7 @@ import time
from typing import Any
try:
import lancedb # type: ignore[import-untyped]
import lancedb
except ImportError:
lancedb = None # type: ignore[assignment]