summaryrefslogtreecommitdiffstats
path: root/tests/lint_tests/test_lint_dcpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lint_tests/test_lint_dcpy.py')
-rw-r--r--tests/lint_tests/test_lint_dcpy.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/lint_tests/test_lint_dcpy.py b/tests/lint_tests/test_lint_dcpy.py
index f827d3e..9b89b67 100644
--- a/tests/lint_tests/test_lint_dcpy.py
+++ b/tests/lint_tests/test_lint_dcpy.py
@@ -10,10 +10,7 @@ from lint_tests.lint_tutil import (
LintWrapper,
)
-try:
- from lsprotocol.types import Diagnostic, DiagnosticSeverity
-except ImportError:
- pass
+from debputy.lsprotocol.types import DiagnosticSeverity
@pytest.fixture