Skip to content

Commit 6f1a575

Browse files
committed
ruff
1 parent 6a54905 commit 6f1a575

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
@@ -1687,9 +1687,9 @@ class FabricConnectionConfig(MSSQLConnectionConfig):
16871687
"""
16881688

16891689
type_: t.Literal["fabric"] = Field(alias="type", default="fabric") # type: ignore
1690-
DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
1691-
DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
1692-
DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
1690+
DIALECT: t.ClassVar[t.Literal["fabric"]] = "fabric" # type: ignore
1691+
DISPLAY_NAME: t.ClassVar[t.Literal["Fabric"]] = "Fabric" # type: ignore
1692+
DISPLAY_ORDER: t.ClassVar[t.Literal[17]] = 17 # type: ignore
16931693
driver: t.Literal["pyodbc"] = "pyodbc"
16941694
autocommit: t.Optional[bool] = True
16951695

0 commit comments

Comments
 (0)