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

@@ -737,9 +737,9 @@ class Session:
# Create a future that can be used to wait for the session to complete
if self.is_initiator:
self.pairing_result: Optional[
asyncio.Future[None]
] = asyncio.get_running_loop().create_future()
self.pairing_result: Optional[asyncio.Future[None]] = (
asyncio.get_running_loop().create_future()
)
else:
self.pairing_result = None