Skip to content

Commit 4c20ee9

Browse files
authored
Update sqlmesh/lsp/main.py
1 parent 8e377a9 commit 4c20ee9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sqlmesh/lsp/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ def _diagnostics_to_lsp_diagnostics(
424424
"""
425425
Converts a list of AnnotatedRuleViolations to a list of LSP diagnostics. It will remove duplicates based on the message and range.
426426
"""
427-
# Use a set to track unique diagnostics based on their message and range
428427
lsp_diagnostics = {}
429428
for diagnostic in diagnostics:
430429
lsp_diagnostic = SQLMeshLanguageServer._diagnostic_to_lsp_diagnostic(diagnostic)

0 commit comments

Comments
 (0)