Add and remove imports for clients
This commit is contained in:
committed by
Seth Michael Larson
parent
35f263c950
commit
054699161c
@@ -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):
|
class CatClient(NamespacedClient):
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
from .utils import NamespacedClient, query_params
|
||||||
|
|
||||||
|
|
||||||
class LicenseClient(NamespacedClient):
|
class LicenseClient(NamespacedClient):
|
||||||
|
|||||||
@@ -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):
|
class MigrationClient(NamespacedClient):
|
||||||
|
|||||||
@@ -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):
|
class MonitoringClient(NamespacedClient):
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
from .utils import NamespacedClient, query_params
|
||||||
|
|
||||||
|
|
||||||
class RemoteClient(NamespacedClient):
|
class RemoteClient(NamespacedClient):
|
||||||
|
|||||||
@@ -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):
|
class SqlClient(NamespacedClient):
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
from .utils import NamespacedClient, query_params
|
||||||
|
|
||||||
|
|
||||||
class SslClient(NamespacedClient):
|
class SslClient(NamespacedClient):
|
||||||
|
|||||||
Reference in New Issue
Block a user