PyLint fix

This commit is contained in:
Ivan Kravets
2020-05-10 19:11:06 +03:00
parent b2ed027bc3
commit c76940f7ce
2 changed files with 3 additions and 3 deletions

2
docs

Submodule docs updated: 695be97646...3dcfc88af4

View File

@ -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(