mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
Run ruff format on Python files
https://claude.ai/code/session_01AKXQBuVBsW7J1YbukDiQ7A
This commit is contained in:
@@ -38,9 +38,7 @@ class SignalClient:
|
||||
if not data_message:
|
||||
continue
|
||||
|
||||
attachment_ids = [
|
||||
att["id"] for att in data_message.get("attachments", []) if "id" in att
|
||||
]
|
||||
attachment_ids = [att["id"] for att in data_message.get("attachments", []) if "id" in att]
|
||||
|
||||
group_info = data_message.get("groupInfo")
|
||||
group_id = group_info.get("groupId") if group_info else None
|
||||
|
||||
Reference in New Issue
Block a user