Skip to content

Commit d038436

Browse files
committed
fix
1 parent b474fe2 commit d038436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generated/lsp_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6079,7 +6079,7 @@ class ParameterInformation(TypedDict):
60796079
have a label and a doc-comment.
60806080
"""
60816081

6082-
label: Union[str, list[Uint, Uint]]
6082+
label: Union[str, list[Uint | Uint]]
60836083
"""
60846084
The label of this parameter information.
60856085

0 commit comments

Comments
 (0)