Skip to content

Commit 4cf8118

Browse files
author
Gauvain Pocentek
committed
Fix the ProjectPipelineJob base class
Closes #537
1 parent eaa4450 commit 4cf8118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ def raw(self, file_path, ref, streamed=False, action=None, chunk_size=1024,
24942494
return utils.response_content(result, streamed, action, chunk_size)
24952495

24962496

2497-
class ProjectPipelineJob(RESTManager):
2497+
class ProjectPipelineJob(RESTObject):
24982498
pass
24992499

25002500

0 commit comments

Comments
 (0)