There was an error while loading. Please reload this page.
1 parent 28d7518 commit 958a6aaCopy full SHA for 958a6aa
1 file changed
gitlab/v4/objects/projects.py
@@ -87,7 +87,7 @@ class GroupProjectManager(ListMixin, RESTManager):
87
)
88
89
90
-class Project(SaveMixin, ObjectDeleteMixin, RESTObject):
+class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RESTObject):
91
_short_print_attr = "path"
92
_managers = (
93
("accessrequests", "ProjectAccessRequestManager"),
0 commit comments