Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj authored Dec 4, 2024
1 parent 9f6fdae commit c0d50b6
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 c0d50b6

Please sign in to comment.