diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-03-07 12:30:44 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-03-07 12:30:44 +0100 |
commit | 35a190cfa0902d6a298aba0a3135c5a99edfe0fa (patch) | |
tree | 2a9924bac7d23af78e46708ba626964bbd4e2096 | |
parent | c3f0a6f158fbc7d90544274b9bf09d5ac9ac0060 (diff) | |
download | gitlab-35a190cfa0902d6a298aba0a3135c5a99edfe0fa.tar.gz |
chore: import audit events in objects
-rw-r--r-- | gitlab/v4/objects/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py index 8a2ed7c..ac9f861 100644 --- a/gitlab/v4/objects/__init__.py +++ b/gitlab/v4/objects/__init__.py @@ -18,6 +18,7 @@ from .access_requests import * from .appearance import * from .applications import * +from .audit_events import * from .award_emojis import * from .badges import * from .boards import * |