Skip to content

Commit 8e51d5b

Browse files
committed
Fix style issue
1 parent 66339d1 commit 8e51d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/plugins/hover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def pylsp_hover(config, document, position):
3636
x.to_string() for x in definition.get_signatures()
3737
if (x.name == word and x.type not in ["module"])
3838
),
39-
''
39+
''
4040
)
4141

4242
return {

0 commit comments

Comments
 (0)