Skip to content

Commit f0acd3b

Browse files
committed
ruff
1 parent fa0fdc6 commit f0acd3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqlmesh/core/engine_adapter/fabric.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from sqlmesh.utils.connection_pool import ConnectionPool
1717
from sqlmesh.core.schema_diff import TableAlterOperation
1818

19+
1920
logger = logging.getLogger(__name__)
2021

2122

@@ -160,7 +161,7 @@ def alter_table(
160161
) -> None:
161162
"""
162163
Disables ALTER TABLE for Fabric since it has limited support.
163-
By making this a no-op, we signal to the caller to fall back to a
164+
By making this a no-op, we signal to the caller to fall back to a
164165
more reliable drop/add strategy for columns to apply schema changes.
165166
"""
166167
return

0 commit comments

Comments
 (0)