summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/namespace.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2020-01-22 21:59:01 +0100
committerMax Wittig <max.wittig95@gmail.com>2020-01-22 21:59:01 +0100
commit31662c8557e156f998b4fa81f8b9b6d6b0d0d55a (patch)
tree651ef36b19c45a64a86b17c9cc4e5b6feb519fae /gitlab/v4/objects/namespace.py
parent5650db9fd2ddcfef9da4ec972fefd82a7bfdef03 (diff)
downloadgitlab-refactor/structure-objects.tar.gz
chore: another tryrefactor/structure-objects
Diffstat (limited to 'gitlab/v4/objects/namespace.py')
-rw-r--r--gitlab/v4/objects/namespace.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitlab/v4/objects/namespace.py b/gitlab/v4/objects/namespace.py
index 4f2dec7..7e66a39 100644
--- a/gitlab/v4/objects/namespace.py
+++ b/gitlab/v4/objects/namespace.py
@@ -1,8 +1,5 @@
from gitlab.base import * # noqa
-from gitlab.exceptions import * # noqa
from gitlab.mixins import * # noqa
-from gitlab import types
-from gitlab import utils
class Namespace(RESTObject):