diff options
Diffstat (limited to 'gitlab/v4/objects/templates.py')
-rw-r--r-- | gitlab/v4/objects/templates.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/templates.py b/gitlab/v4/objects/templates.py index bbe2ae6..5379b97 100644 --- a/gitlab/v4/objects/templates.py +++ b/gitlab/v4/objects/templates.py @@ -1,7 +1,7 @@ from typing import Any, cast, Union -from gitlab.base import RESTManager, RESTObject -from gitlab.mixins import RetrieveMixin +from ...base import RESTManager, RESTObject +from ...mixins import RetrieveMixin __all__ = [ "Dockerfile", |