mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 18:19:00 +00:00
fix: remove unused type: ignore comment to satisfy mypy
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import time
|
|||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import lancedb # type: ignore[import-untyped]
|
import lancedb
|
||||||
except ImportError:
|
except ImportError:
|
||||||
lancedb = None # type: ignore[assignment]
|
lancedb = None # type: ignore[assignment]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user