diff options
Diffstat (limited to 'gitlab/v4/objects/merge_request_approvals.py')
-rw-r--r-- | gitlab/v4/objects/merge_request_approvals.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gitlab/v4/objects/merge_request_approvals.py b/gitlab/v4/objects/merge_request_approvals.py index 2bbd399..5044d6d 100644 --- a/gitlab/v4/objects/merge_request_approvals.py +++ b/gitlab/v4/objects/merge_request_approvals.py @@ -1,8 +1,8 @@ from typing import Any, cast, Dict, List, Optional, TYPE_CHECKING, Union -from gitlab import exceptions as exc -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import ( +from ... import exceptions as exc +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import ( CreateMixin, DeleteMixin, GetWithoutIdMixin, |