We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11c943 commit 24911a8Copy full SHA for 24911a8
pylsp/hookspecs.py
@@ -31,7 +31,7 @@ def pylsp_completions(config, workspace, document, position):
31
32
@hookspec(firstresult=True)
33
def pylsp_completion_item_resolve(config, workspace, completion_item):
34
- pass
+ pass
35
36
37
@hookspec
0 commit comments