From c76940f7ce068b6419f03c8562d0d70a7f1cceaf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 10 May 2020 19:11:06 +0300 Subject: [PATCH] PyLint fix --- docs | 2 +- platformio/commands/misc/command.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs b/docs index 695be976..3dcfc88a 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 695be97646509b2ee01616b3e18303bec35567d2 +Subproject commit 3dcfc88af4e20c36b44123bab12952c757a74e93 diff --git a/platformio/commands/misc/command.py b/platformio/commands/misc/command.py index 46fc0c4e..757206b3 100644 --- a/platformio/commands/misc/command.py +++ b/platformio/commands/misc/command.py @@ -32,9 +32,9 @@ def cli(): @cli.group("completion", short_help="Shell completion support") def completion(): - # pylint: disable=import-outside-toplevel + # pylint: disable=import-error,import-outside-toplevel try: - import click_completion # pylint: disable=import-error,unused-import + import click_completion # pylint: disable=unused-import,unused-variable except ImportError: click.echo("Installing dependent packages...") subprocess.check_call(