diff --git a/elasticsearch/client/cat.py b/elasticsearch/client/cat.py index 0ae2bcfc..2ed9ff94 100644 --- a/elasticsearch/client/cat.py +++ b/elasticsearch/client/cat.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params, _make_path class CatClient(NamespacedClient): diff --git a/elasticsearch/client/license.py b/elasticsearch/client/license.py index f5e9609f..b3d5384b 100644 --- a/elasticsearch/client/license.py +++ b/elasticsearch/client/license.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params class LicenseClient(NamespacedClient): diff --git a/elasticsearch/client/migration.py b/elasticsearch/client/migration.py index 6c193521..e8a2fe44 100644 --- a/elasticsearch/client/migration.py +++ b/elasticsearch/client/migration.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params, _make_path class MigrationClient(NamespacedClient): diff --git a/elasticsearch/client/monitoring.py b/elasticsearch/client/monitoring.py index 20df468a..b463609b 100644 --- a/elasticsearch/client/monitoring.py +++ b/elasticsearch/client/monitoring.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH, _bulk_body class MonitoringClient(NamespacedClient): diff --git a/elasticsearch/client/remote.py b/elasticsearch/client/remote.py index 7f859823..5be630c1 100644 --- a/elasticsearch/client/remote.py +++ b/elasticsearch/client/remote.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params class RemoteClient(NamespacedClient): diff --git a/elasticsearch/client/sql.py b/elasticsearch/client/sql.py index 550d6c0e..06af601c 100644 --- a/elasticsearch/client/sql.py +++ b/elasticsearch/client/sql.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params, SKIP_IN_PATH class SqlClient(NamespacedClient): diff --git a/elasticsearch/client/ssl.py b/elasticsearch/client/ssl.py index 1003a29e..5428ca03 100644 --- a/elasticsearch/client/ssl.py +++ b/elasticsearch/client/ssl.py @@ -1,4 +1,4 @@ -from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH +from .utils import NamespacedClient, query_params class SslClient(NamespacedClient):