Skip to content

Commit 19d595e

Browse files
committed
Remove code for old pylspclient
1 parent 67f7d31 commit 19d595e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwl_language_server/callbacks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def initialized(params): # InitializedParams -> None
2121

2222
def completion(params): # CompletionParams -> CompletionList
2323
# print('Params: ', params, file=sys.stderr)
24-
params = params['params']
2524
ctx = params.get('context', {})
2625
line = params['position']['line']
2726
col = params['position']['character']

0 commit comments

Comments
 (0)