Skip to content

Commit a837d35

Browse files
committed
cleaning up comments
1 parent b834943 commit a837d35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sqlmesh/lsp/context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ class LSPContext:
3434
map: t.Dict[Path, t.Union[ModelTarget, AuditTarget]]
3535
_render_cache: t.Dict[Path, t.List[RenderModelEntry]]
3636
_lint_cache: t.Dict[Path, t.List[AnnotatedRuleViolation]]
37-
"""
38-
This is a version ID for the context. It is used to track changes to the context. It can be used to
39-
return a version number to the LSP client.
40-
"""
4137

4238
def __init__(self, context: Context) -> None:
4339
self.context = context

0 commit comments

Comments
 (0)