Skip to content

Commit

Permalink
[7.x] Remove duplicate IndicesClient in Elasticsearch constructor
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
Co-authored-by: Graywd <k.gray.jonescn@gmail.com>
  • Loading branch information
sethmlarson and Graywd committed Dec 22, 2020
1 parent fe53673 commit aa78a43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion elasticsearch/_async/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class as kwargs, or a string in the format of ``host[:port]`` which will be
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)
Expand Down
1 change: 0 additions & 1 deletion elasticsearch/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ class as kwargs, or a string in the format of ``host[:port]`` which will be
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)
Expand Down

0 comments on commit aa78a43

Please sign in to comment.