Skip to content

Commit b834943

Browse files
committed
themis fixes
1 parent 8230759 commit b834943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/lsp/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
)
77
import typing as t
88

9-
type ContextFailedError = t.Union[str, ConfigError, Exception]
9+
ContextFailedError = t.Union[str, ConfigError, Exception]
1010

1111

1212
def context_error_to_diagnostic(

0 commit comments

Comments
 (0)