Skip to content

Commit

Permalink
[Py] Ignore optional numpy import (#700)
Browse files Browse the repository at this point in the history
In the type_checking section.
  • Loading branch information
dqbd authored May 15, 2024
2 parents fc3e06c + ddfb162 commit eb845ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/_internal/_embedding_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from typing_extensions import TypedDict

if TYPE_CHECKING:
import numpy as np
import numpy as np # type: ignore


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit eb845ff

Please sign in to comment.