Skip to content

Commit a645a79

Browse files
authored
chore: remove unused variable (#5055)
1 parent bb87f05 commit a645a79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sqlmesh/lsp/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
ApiResponseGetModels,
2525
)
2626

27-
# Define the command constant
28-
EXTERNAL_MODEL_UPDATE_COLUMNS = "sqlmesh.external_model_update_columns"
29-
3027
from sqlmesh.lsp.completions import get_sql_completions
3128
from sqlmesh.lsp.context import (
3229
LSPContext,

0 commit comments

Comments
 (0)