From acb86a15c64145da2dbab03c1dc7f4d5383b06cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= <idmpepe@gmail.com> Date: Sat, 12 Oct 2024 01:11:58 +0200 Subject: [PATCH] lint --- lsp_types.py | 1 - lsp_types_sublime_text_33.py | 1 - 2 files changed, 2 deletions(-) diff --git a/lsp_types.py b/lsp_types.py index 7c3e767..a0b1ad9 100644 --- a/lsp_types.py +++ b/lsp_types.py @@ -6172,4 +6172,3 @@ class ClientSemanticTokensRequestFullDelta(TypedDict): delta: NotRequired[bool] """ The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler. """ - diff --git a/lsp_types_sublime_text_33.py b/lsp_types_sublime_text_33.py index a612cc6..1f37a81 100644 --- a/lsp_types_sublime_text_33.py +++ b/lsp_types_sublime_text_33.py @@ -6556,4 +6556,3 @@ class TokenFormat(StrEnum): 'delta': NotRequired[bool], }) """ @since 3.18.0 """ -