diff options
Diffstat (limited to 'gitlab/v4/objects/environments.py')
-rw-r--r-- | gitlab/v4/objects/environments.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects/environments.py b/gitlab/v4/objects/environments.py index f540927..e318da8 100644 --- a/gitlab/v4/objects/environments.py +++ b/gitlab/v4/objects/environments.py @@ -10,7 +10,6 @@ from gitlab.mixins import ( UpdateMixin, ) - __all__ = [ "ProjectEnvironment", "ProjectEnvironmentManager", |