summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/clusters.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/clusters.py')
-rw-r--r--gitlab/v4/objects/clusters.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/clusters.py b/gitlab/v4/objects/clusters.py
index 8c8744e..2a7064e 100644
--- a/gitlab/v4/objects/clusters.py
+++ b/gitlab/v4/objects/clusters.py
@@ -1,6 +1,6 @@
from gitlab import exceptions as exc
-from gitlab.base import * # noqa
-from gitlab.mixins import * # noqa
+from gitlab.base import RESTManager, RESTObject
+from gitlab.mixins import CRUDMixin, CreateMixin, ObjectDeleteMixin, SaveMixin
__all__ = [