Skip to content

Commit 9af199b

Browse files
committed
ruff formatting
1 parent 6bcd625 commit 9af199b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlmesh/lsp/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ def loaded_sqlmesh_message(ls: LanguageServer, folder: Path) -> None:
789789

790790
def main() -> None:
791791
import os
792+
792793
# Avoid LSP forking issues for VS Code and other editors
793794
os.environ["MAX_FORK_WORKERS"] = "1"
794795

0 commit comments

Comments
 (0)