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 @@ -371,7 +371,6 @@ def run_merged_intervals(
371
371
end : t .Optional [TimeLike ] = None ,
372
372
run_environment_statements : bool = False ,
373
373
audit_only : bool = False ,
374
- restatements : t .Optional [t .Dict [SnapshotId , Interval ]] = None ,
375
374
auto_restatement_triggers : t .Dict [SnapshotId , t .List [SnapshotId ]] = {},
376
375
) -> t .Tuple [t .List [NodeExecutionFailedError [SchedulingUnit ]], t .List [SchedulingUnit ]]:
377
376
"""Runs precomputed batches of missing intervals.
@@ -677,7 +676,6 @@ def _run_or_audit(
677
676
end = end ,
678
677
run_environment_statements = run_environment_statements ,
679
678
audit_only = audit_only ,
680
- restatements = remove_intervals ,
681
679
auto_restatement_triggers = auto_restatement_triggers ,
682
680
)
683
681
You can’t perform that action at this time.
0 commit comments