Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Dec 4, 2023
1 parent 9c6f1de commit 8add08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parea/cache/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@ def read_logs(self) -> List[TraceLog]:
Returns:
List[TraceLog]: All logs in the cache.
# noqa: DAR202
# noqa: DAR401
"""
raise NotImplementedError

0 comments on commit 8add08a

Please sign in to comment.