Skip to content

Commit cf5c5cd

Browse files
alicup29claude
andcommitted
Format mesh_coordinator.py with Black
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d8ff8ca commit cf5c5cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sleap_rtc/worker/mesh_coordinator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,9 @@ def _prune_e2e_sessions(self):
857857
del self._e2e_sessions[sid]
858858
logger.debug(f"[E2E] Pruned expired session {sid[:8]}...")
859859

860-
def _decrypt_if_encrypted(self, data: Dict[str, Any]) -> tuple[Dict[str, Any], str | None]:
860+
def _decrypt_if_encrypted(
861+
self, data: Dict[str, Any]
862+
) -> tuple[Dict[str, Any], str | None]:
861863
"""If the message is an encrypted relay envelope, decrypt it.
862864
863865
Returns:

0 commit comments

Comments
 (0)