update black formatter to version 24

This commit is contained in:
Gilles Boccon-Gibod
2024-04-01 14:44:46 -07:00
parent ec82242462
commit 58d4ab913a
30 changed files with 155 additions and 132 deletions

View File

@@ -445,9 +445,9 @@ class Server(EventEmitter):
assert self.pending_confirmations[connection.handle] is None
# Create a future value to hold the eventual response
pending_confirmation = self.pending_confirmations[
connection.handle
] = asyncio.get_running_loop().create_future()
pending_confirmation = self.pending_confirmations[connection.handle] = (
asyncio.get_running_loop().create_future()
)
try:
self.send_gatt_pdu(connection.handle, indication.to_bytes())