Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 22, 2024
1 parent 0e24706 commit b3566ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lsp_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -6041,4 +6041,3 @@ class ClientSemanticTokensRequestFullDelta(TypedDict):
delta: NotRequired[bool]
""" The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler. """

1 change: 0 additions & 1 deletion lsp_types_sublime_text_33.py
Original file line number Diff line number Diff line change
Expand Up @@ -6423,4 +6423,3 @@ class TokenFormat(StrEnum):
'delta': NotRequired[bool],
})
""" @since 3.18.0 """

0 comments on commit b3566ef

Please sign in to comment.