forked from platformio/platformio-core
PyLint fix
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 695be97646...3dcfc88af4
@@ -32,9 +32,9 @@ def cli():
|
|||||||
|
|
||||||
@cli.group("completion", short_help="Shell completion support")
|
@cli.group("completion", short_help="Shell completion support")
|
||||||
def completion():
|
def completion():
|
||||||
# pylint: disable=import-outside-toplevel
|
# pylint: disable=import-error,import-outside-toplevel
|
||||||
try:
|
try:
|
||||||
import click_completion # pylint: disable=import-error,unused-import
|
import click_completion # pylint: disable=unused-import,unused-variable
|
||||||
except ImportError:
|
except ImportError:
|
||||||
click.echo("Installing dependent packages...")
|
click.echo("Installing dependent packages...")
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
|
Reference in New Issue
Block a user