File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,6 @@ def run_merged_intervals(
415
415
selected_snapshot_ids : t .Optional [t .Set [SnapshotId ]] = None ,
416
416
run_environment_statements : bool = False ,
417
417
audit_only : bool = False ,
418
- restatements : t .Optional [t .Dict [SnapshotId , Interval ]] = None ,
419
418
auto_restatement_triggers : t .Dict [SnapshotId , t .List [SnapshotId ]] = {},
420
419
) -> t .Tuple [t .List [NodeExecutionFailedError [SchedulingUnit ]], t .List [SchedulingUnit ]]:
421
420
"""Runs precomputed batches of missing intervals.
@@ -782,7 +781,6 @@ def _run_or_audit(
782
781
end = end ,
783
782
run_environment_statements = run_environment_statements ,
784
783
audit_only = audit_only ,
785
- restatements = remove_intervals ,
786
784
auto_restatement_triggers = auto_restatement_triggers ,
787
785
)
788
786
You can’t perform that action at this time.
0 commit comments