Skip to content

Commit

Permalink
PyLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 15, 2020
1 parent a2efd7f commit 1ed462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/commands/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def lib_show(library, json_output):

@cli.command("register", short_help="Deprecated")
@click.argument("config_url")
def lib_register(config_url):
def lib_register(config_url): # pylint: disable=unused-argument
raise exception.UserSideException(
"This command is deprecated. Please use `pio package publish` command."
)
Expand Down

0 comments on commit 1ed462a

Please sign in to comment.