Skip to content

Commit 4589bef

Browse files
author
strands-agent
committed
style: apply ruff format to satisfy call-test-lint
Whitespace-only normalization to resolve the format --check failure. No logic change.
1 parent 8f6408b commit 4589bef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/mesh/test_resume_replay.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,9 @@ def _zenoh_sample(payload_dict, wire_zid):
401401
return s
402402

403403

404-
def _make_zenoh_envelope(override_code, *, wire_zid, t=None, peer_id="op-zenoh", proof_nonce=None, lockout_elapsed_s=1.0):
404+
def _make_zenoh_envelope(
405+
override_code, *, wire_zid, t=None, peer_id="op-zenoh", proof_nonce=None, lockout_elapsed_s=1.0
406+
):
405407
"""Mint a resume envelope whose MAC binds the wire-level source_zid.
406408
407409
When a sample carries a wire_zid the receiver re-derives the MAC with

0 commit comments

Comments
 (0)