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(
371371 end : t .Optional [TimeLike ] = None ,
372372 run_environment_statements : bool = False ,
373373 audit_only : bool = False ,
374- restatements : t .Optional [t .Dict [SnapshotId , Interval ]] = None ,
375374 auto_restatement_triggers : t .Dict [SnapshotId , t .List [SnapshotId ]] = {},
376375 ) -> t .Tuple [t .List [NodeExecutionFailedError [SchedulingUnit ]], t .List [SchedulingUnit ]]:
377376 """Runs precomputed batches of missing intervals.
@@ -677,7 +676,6 @@ def _run_or_audit(
677676 end = end ,
678677 run_environment_statements = run_environment_statements ,
679678 audit_only = audit_only ,
680- restatements = remove_intervals ,
681679 auto_restatement_triggers = auto_restatement_triggers ,
682680 )
683681
You can’t perform that action at this time.
0 commit comments