Skip to content

Commit 9d10d01

Browse files
authored
fix import
1 parent 59302da commit 9d10d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
SqlModel,
2727
ModelKindName,
2828
)
29-
from sqlmesh.core.model.kind import OnDestructiveChange, OnAdditiveChange
29+
from sqlmesh.core.model.kind import OnDestructiveChange, OnAdditiveChange, ViewKind
3030
from sqlmesh.core.model.seed import Seed
3131
from sqlmesh.core.plan import Plan, PlanBuilder, SnapshotIntervals
3232
from sqlmesh.core.snapshot import (

0 commit comments

Comments
 (0)