diff --git a/benchcab/benchcab.py b/benchcab/benchcab.py index db941aa0..4b7bedda 100644 --- a/benchcab/benchcab.py +++ b/benchcab/benchcab.py @@ -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)