Skip to content

Commit

Permalink
EOD cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Nov 14, 2024
1 parent 2007fe3 commit b650b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/vp_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b650b20

Please sign in to comment.