diff --git a/pipestat/pipestat.py b/pipestat/pipestat.py index 1548c742..ac5671a5 100644 --- a/pipestat/pipestat.py +++ b/pipestat/pipestat.py @@ -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) table_path_list = [stats_path, objs_path] return table_path_list