Skip to content

Commit 30c52b6

Browse files
committed
push
1 parent 9097e6c commit 30c52b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/_utils/serializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Serializable: # type: ignore
2828

2929
# Attempt to import numpy
3030
try:
31-
import numpy as np
31+
import numpy as np # type: ignore[import-not-found]
3232
except ImportError:
3333
np = None # type: ignore
3434

0 commit comments

Comments
 (0)