summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-06-23 07:17:49 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-06-23 07:17:49 +0200
commit4cf8118ceb62ad661398036e26bc91b4665dc8ee (patch)
tree846d2c3113b5faf3b37c61a34e3061c1ac25c665 /gitlab/v4/objects.py
parenteaa44509316ad7e80f9e73ddde310987132d7508 (diff)
downloadgitlab-4cf8118ceb62ad661398036e26bc91b4665dc8ee.tar.gz
Fix the ProjectPipelineJob base class
Closes #537
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 4f57158..9327e06 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -2494,7 +2494,7 @@ class ProjectFileManager(GetMixin, CreateMixin, UpdateMixin, DeleteMixin,
return utils.response_content(result, streamed, action, chunk_size)
-class ProjectPipelineJob(RESTManager):
+class ProjectPipelineJob(RESTObject):
pass