[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-19 13:18:15 +00:00
committed by GitHub
parent cb8fc9cf2d
commit f3fa4f11ba
3 changed files with 4 additions and 12 deletions

View File

@ -63,9 +63,7 @@ class WorkflowCollaborationService:
self.handle_leader_disconnect(workflow_id, sid)
self.broadcast_online_users(workflow_id)
def relay_collaboration_event(
self, sid: str, data: Mapping[str, object]
) -> tuple[dict[str, str], int]:
def relay_collaboration_event(self, sid: str, data: Mapping[str, object]) -> tuple[dict[str, str], int]:
mapping = self._repository.get_sid_mapping(sid)
if not mapping:
return {"msg": "unauthorized"}, 401