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):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
||||
from .utils import NamespacedClient, query_params
|
||||
|
||||
|
||||
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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
||||
from .utils import NamespacedClient, query_params
|
||||
|
||||
|
||||
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):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from .utils import NamespacedClient, query_params, _make_path, SKIP_IN_PATH
|
||||
from .utils import NamespacedClient, query_params
|
||||
|
||||
|
||||
class SslClient(NamespacedClient):
|
||||
|
||||
Reference in New Issue
Block a user