summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/projects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-rw-r--r--gitlab/v4/objects/projects.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/gitlab/v4/objects/projects.py b/gitlab/v4/objects/projects.py
index 19c5a2a..63fae90 100644
--- a/gitlab/v4/objects/projects.py
+++ b/gitlab/v4/objects/projects.py
@@ -1,7 +1,15 @@
from gitlab import cli, types, utils
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,
+ ListMixin,
+ ObjectDeleteMixin,
+ RefreshMixin,
+ SaveMixin,
+ UpdateMixin,
+)
from .access_requests import ProjectAccessRequestManager
from .badges import ProjectBadgeManager