You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2023/03/28 22:09:01 UTC

[incubator-ponymail-foal] branch master updated: Duplicate definition

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 649d4a1  Duplicate definition
649d4a1 is described below

commit 649d4a1f35e2956365c81a5b82412825996ff4bd
Author: Sebb <se...@apache.org>
AuthorDate: Tue Mar 28 23:08:53 2023 +0100

    Duplicate definition
---
 tools/plugins/elastic.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/plugins/elastic.py b/tools/plugins/elastic.py
index b36263b..6837098 100755
--- a/tools/plugins/elastic.py
+++ b/tools/plugins/elastic.py
@@ -178,9 +178,6 @@ class Elastic:
     def scroll(self, **kwargs):
         return self.es.scroll(**kwargs)
 
-    def info(self, **kwargs):
-        return self.es.info(**kwargs)
-
     def bulk(self, actions, **kwargs):
         return helpers.bulk(self.es, actions, **kwargs)