Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Oct 16, 2023
1 parent 44225c0 commit d265021
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 @@ -204,7 +204,7 @@ def _sort_import(score: int) -> str:
def _reload_cache(
config: Config, workspace: Workspace, files: Optional[List[Document]] = None
):
# pylint: disable=global-statements
# pylint: disable=global-statement
global ENABLED
memory: bool = config.plugin_settings("rope_autoimport").get("memory", False)
rope_config = config.settings().get("rope", {})
Expand Down

0 comments on commit d265021

Please sign in to comment.