diff --git a/src/code_path_audit.py b/src/code_path_audit.py index 8400a092..14172e25 100644 --- a/src/code_path_audit.py +++ b/src/code_path_audit.py @@ -654,9 +654,6 @@ def compute_decomposition_cost( import json - -import json - def read_input_json(path: str) -> Result[dict]: """Read a JSON file and return Result[dict].