From 76bca03fe37450b8065f54923a9497a58526ddd8 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Mon, 1 Apr 2024 14:39:34 -0700 Subject: [PATCH] format with the project's version of black --- apps/bench.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/bench.py b/apps/bench.py index 25c226f..b809dbb 100644 --- a/apps/bench.py +++ b/apps/bench.py @@ -1064,9 +1064,9 @@ class Central(Connection.Listener): if self.phy not in (None, HCI_LE_1M_PHY): # Add an connections parameters entry for this PHY. - self.connection_parameter_preferences[self.phy] = ( - connection_parameter_preferences - ) + self.connection_parameter_preferences[ + self.phy + ] = connection_parameter_preferences else: self.connection_parameter_preferences = None