summaryrefslogtreecommitdiffstats
path: root/src/debputy/lsp/lsp_self_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/lsp/lsp_self_check.py')
-rw-r--r--src/debputy/lsp/lsp_self_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/lsp/lsp_self_check.py b/src/debputy/lsp/lsp_self_check.py
index 61a5733..3c7d2e4 100644
--- a/src/debputy/lsp/lsp_self_check.py
+++ b/src/debputy/lsp/lsp_self_check.py
@@ -83,7 +83,7 @@ def spell_checking() -> bool:
)
-def assert_can_start_lsp():
+def assert_can_start_lsp() -> None:
for self_check in LSP_CHECKS:
if self_check.is_mandatory and not self_check.test():
_error(