mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
PyLint fix
This commit is contained in:
@ -495,7 +495,7 @@ def lib_show(library, json_output):
|
|||||||
|
|
||||||
@cli.command("register", short_help="Deprecated")
|
@cli.command("register", short_help="Deprecated")
|
||||||
@click.argument("config_url")
|
@click.argument("config_url")
|
||||||
def lib_register(config_url):
|
def lib_register(config_url): # pylint: disable=unused-argument
|
||||||
raise exception.UserSideException(
|
raise exception.UserSideException(
|
||||||
"This command is deprecated. Please use `pio package publish` command."
|
"This command is deprecated. Please use `pio package publish` command."
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user