Skip to content

Commit d5f7aa7

Browse files
committed
ruff
1 parent 5cc30ab commit d5f7aa7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sqlmesh/core/config/connection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,9 +1601,9 @@ class FabricConnectionConfig(MSSQLConnectionConfig):
16011601
"""
16021602

16031603
type_: t.Literal["fabric"] = Field(alias="type", default="fabric") # type: ignore
1604-
DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
1605-
DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
1606-
DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
1604+
DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
1605+
DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
1606+
DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
16071607
driver: t.Literal["pyodbc"] = "pyodbc"
16081608
autocommit: t.Optional[bool] = True
16091609

0 commit comments

Comments
 (0)