Skip to content

Commit

Permalink
Update cli.py (#304)
Browse files Browse the repository at this point in the history
* Update cli.py

* run  black
  • Loading branch information
eveleighoj authored and cjohns-scottlogic committed Dec 9, 2024
1 parent 4c3a0c1 commit 290ea3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion digital_land/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
save_state,
compare_state,
)
from digital_land.expectations.commands import run_dataset_checkpoint

from digital_land.command_arguments import (
collection_dir,
Expand Down Expand Up @@ -331,6 +330,8 @@ def expectations_run_dataset_checkpoint(
organisation_path,
specification_dir,
):
from digital_land.expectations.commands import run_dataset_checkpoint

specification = Specification(specification_dir)
output_dir = Path(log_dir) / "expectation"
config = Config(path=configuration_path, specification=specification)
Expand Down

0 comments on commit 290ea3e

Please sign in to comment.