Skip to content

Commit

Permalink
Rope autoimport - minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Oct 17, 2023
1 parent 6ff9aa9 commit 1e15eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylsp/plugins/rope_autoimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def pylsp_document_did_save(config: Config, workspace: Workspace, document: Docu


@hookimpl
def pylsp_workspace_configuration_chaged(config: Config, workspace: Workspace):
def pylsp_workspace_configuration_changed(config: Config, workspace: Workspace):
"""
Initialize autoimport if it has been enabled through a
workspace/didChangeConfiguration message from the frontend.
Expand Down

0 comments on commit 1e15eb7

Please sign in to comment.