Skip to content

Commit

Permalink
dev: update logging format for parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 30, 2024
1 parent 3f7e62b commit cbc4e68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tidy_tools/dataframe/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ def pattern(self, pattern: str = LOG_PATTERN) -> str:
"""
return pattern

def summarize(self) -> dict:
"""
Summarize contents at `source`.
Returns
-------
dict
Statistics of contents at `source`.
"""
return dict()


@define(kw_only=True)
class TidyFileHandler(TidyLogHandler):
Expand Down

0 comments on commit cbc4e68

Please sign in to comment.