We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8230759 commit b834943Copy full SHA for b834943
sqlmesh/lsp/errors.py
@@ -6,7 +6,7 @@
6
)
7
import typing as t
8
9
-type ContextFailedError = t.Union[str, ConfigError, Exception]
+ContextFailedError = t.Union[str, ConfigError, Exception]
10
11
12
def context_error_to_diagnostic(
0 commit comments