Skip to content

Commit b537b30

Browse files
committed
add list method
1 parent 4b36786 commit b537b30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gitlab/v4/objects.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,7 @@ def set_release_description(self, description, **kwargs):
10351035
self.release = server_data
10361036

10371037

1038-
class ProjectTagManager(GetMixin, CreateMixin, DeleteMixin,
1039-
RESTManager):
1038+
class ProjectTagManager(NoUpdateMixin, RESTManager):
10401039
_path = '/projects/%(project_id)s/repository/tags'
10411040
_obj_cls = ProjectTag
10421041
_from_parent_attrs = {'project_id': 'id'}

0 commit comments

Comments
 (0)