From 4cf8118ceb62ad661398036e26bc91b4665dc8ee Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 23 Jun 2018 07:17:49 +0200 Subject: Fix the ProjectPipelineJob base class Closes #537 --- gitlab/v4/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1