Skip to content

Commit 5fc3216

Browse files
John GunnisonJohnVillalovos
authored andcommitted
fix: Enable epic notes
Add the notes attribute to GroupEpic
1 parent ed110bd commit 5fc3216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects/epics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from gitlab.types import RequiredOptional
1616

1717
from .events import GroupEpicResourceLabelEventManager # noqa: F401
18+
from .notes import GroupEpicNoteManager # noqa: F401
1819

1920
__all__ = [
2021
"GroupEpic",
@@ -29,6 +30,7 @@ class GroupEpic(ObjectDeleteMixin, SaveMixin, RESTObject):
2930

3031
issues: "GroupEpicIssueManager"
3132
resourcelabelevents: GroupEpicResourceLabelEventManager
33+
notes: GroupEpicNoteManager
3234

3335

3436
class GroupEpicManager(CRUDMixin, RESTManager):

0 commit comments

Comments
 (0)