Skip to content

Commit 59a433d

Browse files
committed
Remove compat alias
1 parent 0df3d4f commit 59a433d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/rbc/context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,3 @@ def _ensure_dataset_description(output_dir: Path) -> None:
9292
}
9393
with ds_file.open("w") as fpath:
9494
json.dump(ds_data, fpath, indent=2)
95-
96-
97-
# Backward-compatible alias.
98-
PipelineContext = RunContext

0 commit comments

Comments
 (0)