Skip to content

Commit 8e100ff

Browse files
authored
Update hookspecs.py, removing none
1 parent 622aa2d commit 8e100ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/hookspecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@hookspec
8-
def pylsp_code_actions(config, workspace, document, range, context) -> None:
8+
def pylsp_code_actions(config, workspace, document, range, context):
99
pass
1010

1111

0 commit comments

Comments
 (0)