[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:
Seth Michael Larson
2020-12-22 08:52:34 -06:00
committed by GitHub
co-authored by Graywd
parent fe5367382b
commit aa78a434e9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -223,7 +223,6 @@ class AsyncElasticsearch(object):
self.eql = EqlClient(self) self.eql = EqlClient(self)
self.graph = GraphClient(self) self.graph = GraphClient(self)
self.ilm = IlmClient(self) self.ilm = IlmClient(self)
self.indices = IndicesClient(self)
self.license = LicenseClient(self) self.license = LicenseClient(self)
self.migration = MigrationClient(self) self.migration = MigrationClient(self)
self.ml = MlClient(self) self.ml = MlClient(self)
-1
View File
@@ -223,7 +223,6 @@ class Elasticsearch(object):
self.eql = EqlClient(self) self.eql = EqlClient(self)
self.graph = GraphClient(self) self.graph = GraphClient(self)
self.ilm = IlmClient(self) self.ilm = IlmClient(self)
self.indices = IndicesClient(self)
self.license = LicenseClient(self) self.license = LicenseClient(self)
self.migration = MigrationClient(self) self.migration = MigrationClient(self)
self.ml = MlClient(self) self.ml = MlClient(self)