We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5c8fe commit c88c554Copy full SHA for c88c554
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