We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9097e6c commit 30c52b6Copy full SHA for 30c52b6
1 file changed
langfuse/_utils/serializer.py
@@ -28,7 +28,7 @@ class Serializable: # type: ignore
28
29
# Attempt to import numpy
30
try:
31
- import numpy as np
+ import numpy as np # type: ignore[import-not-found]
32
except ImportError:
33
np = None # type: ignore
34
0 commit comments