Skip to content

Commit 468246c

Browse files
author
Gauvain Pocentek
committed
Make GroupProjectManager a subclass of ProjectManager
Fixes #255
1 parent 5afeeb7 commit 468246c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def __init__(self, *args, **kwargs):
26952695
Project.__init__(self, *args, **kwargs)
26962696

26972697

2698-
class GroupProjectManager(BaseManager):
2698+
class GroupProjectManager(ProjectManager):
26992699
obj_cls = GroupProject
27002700

27012701

0 commit comments

Comments
 (0)