Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 17, 2023
1 parent b786a94 commit ee55005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipestat/pipestat.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,7 @@ def table(
pipeline_name = self.pipeline_name
pipeline_type = pipeline_type or self[PIPELINE_TYPE]
stats_path = self._create_stats_summary(pipeline_name, pipeline_type)
objs_path = self._create_obj_summary(pipeline_name, pipeline_type
)
objs_path = self._create_obj_summary(pipeline_name, pipeline_type)

Check warning on line 479 in pipestat/pipestat.py

View check run for this annotation

Codecov / codecov/patch

pipestat/pipestat.py#L476-L479

Added lines #L476 - L479 were not covered by tests

table_path_list = [stats_path, objs_path]
return table_path_list

Check warning on line 482 in pipestat/pipestat.py

View check run for this annotation

Codecov / codecov/patch

pipestat/pipestat.py#L481-L482

Added lines #L481 - L482 were not covered by tests
Expand Down

0 comments on commit ee55005

Please sign in to comment.