Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 29, 2022
1 parent 66339d1 commit 8e51d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylsp/plugins/hover.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def pylsp_hover(config, document, position):
x.to_string() for x in definition.get_signatures()
if (x.name == word and x.type not in ["module"])
),
''
''
)

return {
Expand Down

0 comments on commit 8e51d5b

Please sign in to comment.