Skip to content

Commit 8cdce6f

Browse files
author
Alex Zirka
committed
Codestyle fix: class ProjectPipelineBridge
1 parent a156eec commit 8cdce6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,6 +3770,8 @@ def blame(self, file_path, ref, **kwargs):
37703770
class ProjectPipelineJob(RESTObject):
37713771
pass
37723772

3773+
class ProjectPipelineBridge(RESTObject):
3774+
pass
37733775

37743776
class ProjectPipelineJobManager(ListMixin, RESTManager):
37753777
_path = "/projects/%(project_id)s/pipelines/%(pipeline_id)s/jobs"

0 commit comments

Comments
 (0)