diff options
author | Max Wittig <max.wittig95@gmail.com> | 2020-01-22 21:59:01 +0100 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2020-01-22 21:59:01 +0100 |
commit | 31662c8557e156f998b4fa81f8b9b6d6b0d0d55a (patch) | |
tree | 651ef36b19c45a64a86b17c9cc4e5b6feb519fae /gitlab/v4/objects/__init__.py | |
parent | 5650db9fd2ddcfef9da4ec972fefd82a7bfdef03 (diff) | |
download | gitlab-refactor/structure-objects.tar.gz |
chore: another tryrefactor/structure-objects
Diffstat (limited to 'gitlab/v4/objects/__init__.py')
-rw-r--r-- | gitlab/v4/objects/__init__.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py index 9595c92..e69de29 100644 --- a/gitlab/v4/objects/__init__.py +++ b/gitlab/v4/objects/__init__.py @@ -1,20 +0,0 @@ -from gitlab.v4.objects.application import * # noqa -from gitlab.v4.objects.broadcast_message import * # noqa -from gitlab.v4.objects.current_user import * # noqa -from gitlab.v4.objects.deploy_key import * # noqa -from gitlab.v4.objects.ee import * # noqa -from gitlab.v4.objects.event import * # noqa -from gitlab.v4.objects.feature import * # noqa -from gitlab.v4.objects.group import * # noqa -from gitlab.v4.objects.hook import * # noqa -from gitlab.v4.objects.issue import * # noqa -from gitlab.v4.objects.mergerequest import * # noqa -from gitlab.v4.objects.namespace import * # noqa -from gitlab.v4.objects.notification_settings import * # noqa -from gitlab.v4.objects.project import * # noqa -from gitlab.v4.objects.runner import * # noqa -from gitlab.v4.objects.sidekiq import * # noqa -from gitlab.v4.objects.snippet import * # noqa -from gitlab.v4.objects.template import * # noqa -from gitlab.v4.objects.todo import * # noqa -from gitlab.v4.objects.user import * # noqa |