diff options
Diffstat (limited to 'gitlab/v4/objects/files.py')
-rw-r--r-- | gitlab/v4/objects/files.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gitlab/v4/objects/files.py b/gitlab/v4/objects/files.py index c3a8ec8..477c73c 100644 --- a/gitlab/v4/objects/files.py +++ b/gitlab/v4/objects/files.py @@ -3,11 +3,11 @@ from typing import Any, Callable, cast, Dict, List, Optional, TYPE_CHECKING import requests -from gitlab import cli -from gitlab import exceptions as exc -from gitlab import utils -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import ( +from ... import cli +from ... import exceptions as exc +from ... import utils +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import ( CreateMixin, DeleteMixin, GetMixin, |