From 5a1b03fd91450305b564a383bdb7034ecaf24cc8 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Wed, 8 Feb 2023 10:54:27 -0800 Subject: [PATCH] format --- apps/pair.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/pair.py b/apps/pair.py index eb067612..cba88f81 100644 --- a/apps/pair.py +++ b/apps/pair.py @@ -366,7 +366,11 @@ async def pair( '--request', is_flag=True, help='Request that the connecting peer initiate pairing' ) @click.option('--print-keys', is_flag=True, help='Print the bond keys before pairing') -@click.option('--keystore-file', metavar='', help='File in which to store the pairing keys') +@click.option( + '--keystore-file', + metavar='', + help='File in which to store the pairing keys', +) @click.argument('device-config') @click.argument('hci_transport') @click.argument('address-or-name', required=False)