[7.x] Remove duplicate IndicesClient in Elasticsearch constructor
Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Graywd <[email protected]>
This commit is contained in:
co-authored by
Graywd
parent
fe5367382b
commit
aa78a434e9
@@ -223,7 +223,6 @@ class AsyncElasticsearch(object):
|
||||
self.eql = EqlClient(self)
|
||||
self.graph = GraphClient(self)
|
||||
self.ilm = IlmClient(self)
|
||||
self.indices = IndicesClient(self)
|
||||
self.license = LicenseClient(self)
|
||||
self.migration = MigrationClient(self)
|
||||
self.ml = MlClient(self)
|
||||
|
||||
@@ -223,7 +223,6 @@ class Elasticsearch(object):
|
||||
self.eql = EqlClient(self)
|
||||
self.graph = GraphClient(self)
|
||||
self.ilm = IlmClient(self)
|
||||
self.indices = IndicesClient(self)
|
||||
self.license = LicenseClient(self)
|
||||
self.migration = MigrationClient(self)
|
||||
self.ml = MlClient(self)
|
||||
|
||||
Reference in New Issue
Block a user