diff options
Diffstat (limited to 'gitlab/v4/objects/namespaces.py')
-rw-r--r-- | gitlab/v4/objects/namespaces.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects/namespaces.py b/gitlab/v4/objects/namespaces.py index a9e1ef5..deee281 100644 --- a/gitlab/v4/objects/namespaces.py +++ b/gitlab/v4/objects/namespaces.py @@ -1,7 +1,6 @@ from gitlab.base import RESTManager, RESTObject from gitlab.mixins import RetrieveMixin - __all__ = [ "Namespace", "NamespaceManager", |