mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 01:32:36 +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
|
||||
|
||||
try:
|
||||
import lancedb # type: ignore[import-untyped]
|
||||
import lancedb
|
||||
except ImportError:
|
||||
lancedb = None # type: ignore[assignment]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user