style: format all files

This commit is contained in:
2024-12-30 04:12:13 -05:00
parent cc0a66c3c4
commit 99c3793618
4 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
message_handlers = {}
async def trigger_message_handlers(event_type: str, *data):
if event_type in message_handlers:
for message_handler in message_handlers[event_type]: