Skip to content

Commit

Permalink
Update pylsp/plugins/rope_autoimport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
tkrabel-db and ccordoba12 authored Oct 27, 2023
1 parent ded2de6 commit e5de48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylsp/plugins/rope_autoimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def pylsp_code_actions(
.get("enabled", True)
):
return []

log.debug(f"textDocument/codeAction: {document} {range} {context}")
code_actions = []
for diagnostic in context.get("diagnostics", []):
Expand Down

0 comments on commit e5de48a

Please sign in to comment.