Skip to content

Commit

Permalink
Temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Nov 2, 2023
1 parent e9fcaec commit 7d9e808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchcab/benchcab.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def _validate_environment(self, project: str, modules: list):
)
sys.exit(1)

@functools.cache
def _get_config(self, config_path) -> dict:
return read_config(config_path)

Check warning on line 98 in benchcab/benchcab.py

View check run for this annotation

Codecov / codecov/patch

benchcab/benchcab.py#L98

Added line #L98 was not covered by tests

Expand Down

0 comments on commit 7d9e808

Please sign in to comment.