summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/push_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/push_rules.py')
-rw-r--r--gitlab/v4/objects/push_rules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/push_rules.py b/gitlab/v4/objects/push_rules.py
index b948a01..18ace69 100644
--- a/gitlab/v4/objects/push_rules.py
+++ b/gitlab/v4/objects/push_rules.py
@@ -1,7 +1,7 @@
from typing import Any, cast, Optional, Union
-from gitlab.base import RequiredOptional, RESTManager, RESTObject
-from gitlab.mixins import (
+from ...base import RequiredOptional, RESTManager, RESTObject
+from ...mixins import (
CreateMixin,
DeleteMixin,
GetWithoutIdMixin,