From 24911a801904267936a21cd80e0d922330d89da5 Mon Sep 17 00:00:00 2001 From: krassowski Date: Wed, 28 Apr 2021 22:20:05 +0100 Subject: [PATCH] Fix indentation --- pylsp/hookspecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylsp/hookspecs.py b/pylsp/hookspecs.py index 8cc2fa3a..06311299 100644 --- a/pylsp/hookspecs.py +++ b/pylsp/hookspecs.py @@ -31,7 +31,7 @@ def pylsp_completions(config, workspace, document, position): @hookspec(firstresult=True) def pylsp_completion_item_resolve(config, workspace, completion_item): - pass + pass @hookspec