We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88d093 commit 1a4273dCopy full SHA for 1a4273d
test_elasticsearch_serverless/test_serializer.py
@@ -30,10 +30,13 @@
30
31
import re
32
33
-from elasticsearch.serializer import JSONSerializer, OrjsonSerializer, TextSerializer
34
-
35
from elasticsearch_serverless import Elasticsearch
36
from elasticsearch_serverless.exceptions import SerializationError
+from elasticsearch_serverless.serializer import (
+ JSONSerializer,
37
+ OrjsonSerializer,
38
+ TextSerializer,
39
+)
40
41
requires_numpy_and_pandas = pytest.mark.skipif(
42
np is None or pd is None, reason="Test requires numpy and pandas to be available"
0 commit comments