Skip to content

Commit 393c8b9

Browse files
remove references to removed streams client
1 parent d46b424 commit 393c8b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elasticsearch/_sync/client/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
from .snapshot import SnapshotClient
7676
from .sql import SqlClient
7777
from .ssl import SslClient
78-
from .streams import StreamsClient
7978
from .synonyms import SynonymsClient
8079
from .tasks import TasksClient
8180
from .text_structure import TextStructureClient
@@ -381,7 +380,6 @@ def __init__(
381380
self.shutdown = ShutdownClient(self)
382381
self.sql = SqlClient(self)
383382
self.ssl = SslClient(self)
384-
self.streams = StreamsClient(self)
385383
self.synonyms = SynonymsClient(self)
386384
self.text_structure = TextStructureClient(self)
387385
self.transform = TransformClient(self)

0 commit comments

Comments
 (0)