format with the project's version of black

This commit is contained in:
Gilles Boccon-Gibod
2024-04-01 14:39:34 -07:00
parent f1e5c9e59e
commit 76bca03fe3

View File

@@ -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