◐ Shell
reader mode source ↗
Skip to content
Draft
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 4 additions & 2 deletions gitlab/v4/objects/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@


class GroupLabel(SubscribableMixin, SaveMixin, ObjectDeleteMixin, RESTObject):
_id_attr = "name"
manager: GroupLabelManager

# Update without ID, but we need an ID to get from list.
Expand Down Expand Up @@ -81,7 +82,8 @@ def update( # type: ignore[override]
class ProjectLabel(
PromoteMixin, SubscribableMixin, SaveMixin, ObjectDeleteMixin, RESTObject
):
_id_attr = "name"
manager: ProjectLabelManager

# Update without ID, but we need an ID to get from list.
Expand Down
Loading
Toggle all file notes Toggle all file annotations