summaryrefslogtreecommitdiffstats
path: root/tests/lsp_tests/test_lsp_dctrl.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:03 +0000
commitb1670b2c069063e9125fdc69af2c197b23c918ed (patch)
treec9f783ccf9e3cae1619120a99a983418a853bcc6 /tests/lsp_tests/test_lsp_dctrl.py
parentReleasing progress-linux version 0.1.35-0.0~progress7.99u1. (diff)
downloaddebputy-b1670b2c069063e9125fdc69af2c197b23c918ed.tar.xz
debputy-b1670b2c069063e9125fdc69af2c197b23c918ed.zip
Merging upstream version 0.1.36.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/lsp_tests/test_lsp_dctrl.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/lsp_tests/test_lsp_dctrl.py b/tests/lsp_tests/test_lsp_dctrl.py
index e93ba17..ab55bb8 100644
--- a/tests/lsp_tests/test_lsp_dctrl.py
+++ b/tests/lsp_tests/test_lsp_dctrl.py
@@ -4,16 +4,15 @@ from typing import Optional
import pytest
from debputy.lsp.debputy_ls import DebputyLanguageServer
+from debputy.lsprotocol.types import (
+ CompletionParams,
+ TextDocumentIdentifier,
+ HoverParams,
+ MarkupContent,
+ SemanticTokensParams,
+)
try:
- from lsprotocol.types import (
- CompletionParams,
- TextDocumentIdentifier,
- HoverParams,
- MarkupContent,
- SemanticTokensParams,
- )
-
from debputy.lsp.lsp_debian_control import (
_debian_control_completions,
_debian_control_hover,