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(
415415 selected_snapshot_ids : t .Optional [t .Set [SnapshotId ]] = None ,
416416 run_environment_statements : bool = False ,
417417 audit_only : bool = False ,
418- restatements : t .Optional [t .Dict [SnapshotId , Interval ]] = None ,
419418 auto_restatement_triggers : t .Dict [SnapshotId , t .List [SnapshotId ]] = {},
420419 ) -> t .Tuple [t .List [NodeExecutionFailedError [SchedulingUnit ]], t .List [SchedulingUnit ]]:
421420 """Runs precomputed batches of missing intervals.
@@ -782,7 +781,6 @@ def _run_or_audit(
782781 end = end ,
783782 run_environment_statements = run_environment_statements ,
784783 audit_only = audit_only ,
785- restatements = remove_intervals ,
786784 auto_restatement_triggers = auto_restatement_triggers ,
787785 )
788786
You can’t perform that action at this time.
0 commit comments