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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy