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 13, 2023
1 parent aa74b81 commit 931a211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylsp/plugins/rope_autoimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def pylsp_document_did_save(config: Config, workspace: Workspace, document: Docu

@hookimpl
def pylsp_workspace_configuration_chaged(config: Config, workspace: Workspace):
"""Initialize AutoImport if it has been enabled through a
"""
Initialize autoimport if it has been enabled through a
workspace/didChangeConfiguration message from the frontend.
Generates the cache for local and global items.
Expand Down

0 comments on commit 931a211

Please sign in to comment.