diff options
Diffstat (limited to 'gitlab/v4/objects/hook.py')
-rw-r--r-- | gitlab/v4/objects/hook.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gitlab/v4/objects/hook.py b/gitlab/v4/objects/hook.py index bcf5be5..94d3576 100644 --- a/gitlab/v4/objects/hook.py +++ b/gitlab/v4/objects/hook.py @@ -1,3 +1,10 @@ +from gitlab.base import * # noqa +from gitlab.exceptions import * # noqa +from gitlab.mixins import * # noqa +from gitlab import types +from gitlab import utils + + class Hook(ObjectDeleteMixin, RESTObject): _url = "/hooks" _short_print_attr = "url" |