Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed May 13, 2020
1 parent 7a27a55 commit 53630da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions homekit/prepare_add_remote_pairing.py
Expand Up @@ -72,8 +72,7 @@ def setup_args_parser():

text = 'Please add this to homekit.add_additional_pairing:\n' \
' -i {id} -k {pk}' \
.format(a=args.alias,
id=additional_controller_pairing_identifier,
.format(id=additional_controller_pairing_identifier,
pk=public_key
)
print(text)
Expand Down

0 comments on commit 53630da

Please sign in to comment.