summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/wikis.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/wikis.py')
-rw-r--r--gitlab/v4/objects/wikis.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/v4/objects/wikis.py b/gitlab/v4/objects/wikis.py
index a7028cf..712b733 100644
--- a/gitlab/v4/objects/wikis.py
+++ b/gitlab/v4/objects/wikis.py
@@ -1,7 +1,8 @@
from typing import Any, cast, Union
-from gitlab.base import RequiredOptional, RESTManager, RESTObject
+from gitlab.base import RESTManager, RESTObject
from gitlab.mixins import CRUDMixin, ObjectDeleteMixin, SaveMixin
+from gitlab.types import RequiredOptional
__all__ = [
"ProjectWiki",