Skip to content

Commit e10ba0c

Browse files
isaac-philipJohnVillalovos
authored andcommitted
feat(functional): merge train -> merge request :> status fetch
1 parent 761ff67 commit e10ba0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gitlab/v4/objects/merge_trains.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from gitlab.base import RESTManager, RESTObject
22
from gitlab.mixins import CRUDMixin, GetMixin, ListMixin
3-
from gitlab.types import RequiredOptional
43

54
__all__ = [
65
"ProjectMergeTrain",
@@ -19,8 +18,6 @@ class ProjectMergeTrainMergeRequestManager(CRUDMixin, RESTManager):
1918
_obj_cls = ProjectMergeTrainMergeRequest
2019
_from_parent_attrs = {"project_id": "project_id"}
2120

22-
_update_attrs = RequiredOptional(optional=("position",))
23-
2421

2522
class ProjectMergeTrain(RESTObject):
2623
merge_requests: ProjectMergeTrainMergeRequestManager

0 commit comments

Comments
 (0)