From 931a2115b02253c599b752de930c19d7b28f5fb9 Mon Sep 17 00:00:00 2001 From: tkrabel-db <91616041+tkrabel-db@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:46:03 +0200 Subject: [PATCH] Update pylsp/plugins/rope_autoimport.py Co-authored-by: Carlos Cordoba --- pylsp/plugins/rope_autoimport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylsp/plugins/rope_autoimport.py b/pylsp/plugins/rope_autoimport.py index f9a15d97..c13907a4 100644 --- a/pylsp/plugins/rope_autoimport.py +++ b/pylsp/plugins/rope_autoimport.py @@ -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.