Skip to content

Commit

Permalink
remove unused summarize code
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 11, 2023
1 parent 96fb7d9 commit f1f4fdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions pipestat/backends/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,3 @@ def remove_record(
pipeline_type: Optional[str] = None,
) -> bool:
_LOGGER.warning("Not implemented yet for this backend")

def summarize(self) -> None:
_LOGGER.warning("Not implemented yet for this backend")
pass
8 changes: 0 additions & 8 deletions pipestat/backends/filebackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,6 @@ def set_status(
if prev_status:
_LOGGER.debug(f"Changed status from '{prev_status}' to '{status_identifier}'")

def summarize(self) -> None:
"""
summarize all reported results by building html report
"""
_LOGGER.debug("Make HTML report here")
print("DEBUG SUMMARIZE")
self._htmlreportbuilder()

def _htmlreportbuilder(self):
"""
build html report based on all reported results
Expand Down

0 comments on commit f1f4fdb

Please sign in to comment.