Skip to content

Commit

Permalink
fix flake errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi committed Aug 8, 2019
1 parent 2d7a507 commit 5ef0007
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/python_pachyderm/pps_client.py
Expand Up @@ -59,7 +59,8 @@ def list_job(self, pipeline_name=None, input_commit=None, output_commit=None, hi
representing an output commit to filter on.
* history: An optional int that indicates to return jobs from
historical versions of pipelines. Semantics are:
* 0: Return jobs from the current version of the pipeline or pipelines.
* 0: Return jobs from the current version of the pipeline or
pipelines.
* 1: Return the above and jobs from the next most recent version
* 2: etc.
* -1: Return jobs from all historical versions.
Expand Down Expand Up @@ -232,7 +233,8 @@ def inspect_pipeline(self, pipeline_name, history=None):
* pipeline_name: A string representing the pipeline name.
* history: An optional int that indicates to return jobs from
historical versions of pipelines. Semantics are:
* 0: Return jobs from the current version of the pipeline or pipelines.
* 0: Return jobs from the current version of the pipeline or
pipelines.
* 1: Return the above and jobs from the next most recent version
* 2: etc.
* -1: Return jobs from all historical versions.
Expand Down Expand Up @@ -260,7 +262,8 @@ def list_pipeline(self, history=None):
* pipeline_name: A string representing the pipeline name.
* history: An optional int that indicates to return jobs from
historical versions of pipelines. Semantics are:
* 0: Return jobs from the current version of the pipeline or pipelines.
* 0: Return jobs from the current version of the pipeline or
pipelines.
* 1: Return the above and jobs from the next most recent version
* 2: etc.
* -1: Return jobs from all historical versions.
Expand Down

0 comments on commit 5ef0007

Please sign in to comment.