Skip to content

Commit 958a6aa

Browse files
committed
chore(objects): make Project refreshable
Helps getting the real state of the project from the server.
1 parent 28d7518 commit 958a6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitlab/v4/objects/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class GroupProjectManager(ListMixin, RESTManager):
8787
)
8888

8989

90-
class Project(SaveMixin, ObjectDeleteMixin, RESTObject):
90+
class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RESTObject):
9191
_short_print_attr = "path"
9292
_managers = (
9393
("accessrequests", "ProjectAccessRequestManager"),

0 commit comments

Comments
 (0)