We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df3d4f commit 59a433dCopy full SHA for 59a433d
1 file changed
src/rbc/context.py
@@ -92,7 +92,3 @@ def _ensure_dataset_description(output_dir: Path) -> None:
92
}
93
with ds_file.open("w") as fpath:
94
json.dump(ds_data, fpath, indent=2)
95
-
96
97
-# Backward-compatible alias.
98
-PipelineContext = RunContext
0 commit comments