summaryrefslogtreecommitdiffstats
path: root/tests/lint_tests/test_lint_debputy.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:11:02 +0000
commit503fe7dbcb39a6cf3f03e7b36cb3349f1fd321c5 (patch)
tree1c53ca0fa450a8997d7433b75cfa3bccdf189252 /tests/lint_tests/test_lint_debputy.py
parentAdding upstream version 0.1.35. (diff)
downloaddebputy-503fe7dbcb39a6cf3f03e7b36cb3349f1fd321c5.tar.xz
debputy-503fe7dbcb39a6cf3f03e7b36cb3349f1fd321c5.zip
Adding upstream version 0.1.36.upstream/0.1.36
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lint_tests/test_lint_debputy.py')
-rw-r--r--tests/lint_tests/test_lint_debputy.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/lint_tests/test_lint_debputy.py b/tests/lint_tests/test_lint_debputy.py
index 28dab00..2af34ae 100644
--- a/tests/lint_tests/test_lint_debputy.py
+++ b/tests/lint_tests/test_lint_debputy.py
@@ -11,10 +11,7 @@ from lint_tests.lint_tutil import (
group_diagnostics_by_severity,
)
-try:
- from lsprotocol.types import Diagnostic, DiagnosticSeverity
-except ImportError:
- pass
+from debputy.lsprotocol.types import DiagnosticSeverity
@pytest.fixture