We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46b424 commit 393c8b9Copy full SHA for 393c8b9
elasticsearch/_sync/client/__init__.py
@@ -75,7 +75,6 @@
75
from .snapshot import SnapshotClient
76
from .sql import SqlClient
77
from .ssl import SslClient
78
-from .streams import StreamsClient
79
from .synonyms import SynonymsClient
80
from .tasks import TasksClient
81
from .text_structure import TextStructureClient
@@ -381,7 +380,6 @@ def __init__(
381
380
self.shutdown = ShutdownClient(self)
382
self.sql = SqlClient(self)
383
self.ssl = SslClient(self)
384
- self.streams = StreamsClient(self)
385
self.synonyms = SynonymsClient(self)
386
self.text_structure = TextStructureClient(self)
387
self.transform = TransformClient(self)
0 commit comments