From b650b204a690dae06830dcb8ff80b4ee7143ae72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20J=2E=20K=C3=B6hn?= Date: Thu, 14 Nov 2024 16:27:33 +0100 Subject: [PATCH] EOD cleanup --- scripts/vp_transformer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vp_transformer.py b/scripts/vp_transformer.py index 061d905..2550520 100644 --- a/scripts/vp_transformer.py +++ b/scripts/vp_transformer.py @@ -19,6 +19,7 @@ def load_config(config_file: Path) -> dict: """Load configuration from a JSON file.""" + return NotImplementedError try: with config_file.open() as f: config = json.load(f)