Skip to content

Commit 8138868

Browse files
committed
Fix style
1 parent a8fb199 commit 8138868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sqlmesh/core/scheduler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,9 @@ def run_node(node: SchedulingUnit) -> None:
532532
evaluation_duration_ms,
533533
num_audits - num_audits_failed,
534534
num_audits_failed,
535-
auto_restatement_triggers=auto_restatement_triggers.get(snapshot.snapshot_id),
535+
auto_restatement_triggers=auto_restatement_triggers.get(
536+
snapshot.snapshot_id
537+
),
536538
)
537539
elif isinstance(node, CreateNode):
538540
self.snapshot_evaluator.create_snapshot(

0 commit comments

Comments
 (0)