We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0178f3d commit ded5258Copy full SHA for ded5258
gitlab/objects.py
@@ -1290,10 +1290,6 @@ class ProjectTagRelease(GitlabObject):
1290
shortPrintAttr = 'description'
1291
1292
1293
-class ProjectTagReleaseManager(BaseManager):
1294
- obj_cls = ProjectTagRelease
1295
-
1296
1297
class ProjectTag(GitlabObject):
1298
_url = '/projects/%(project_id)s/repository/tags'
1299
_constructorTypes = {'release': 'ProjectTagRelease',
0 commit comments