Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi committed Jun 17, 2024
1 parent 7ab4f0f commit e68e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearchpy/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def default(self, data: Any) -> Any:
elif isinstance(
data,
(
np.float_,
np.float64,
np.float16,
np.float32,
np.float64,
Expand Down

0 comments on commit e68e224

Please sign in to comment.