Skip to content

Commit 98e0d50

Browse files
committed
ruff
1 parent 4a492d9 commit 98e0d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

livekit-api/livekit/api/sip_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ async def update_sip_dispatch_rule_fields(
330330
Only provided fields will be updated.
331331
"""
332332
update = SIPDispatchRuleUpdate(
333-
name=name,
334-
metadata=metadata,
335-
rule=rule,
333+
name=name,
334+
metadata=metadata,
335+
rule=rule,
336336
attributes=attributes,
337337
trunk_ids=ListUpdate(set=trunk_ids) if trunk_ids else None,
338338
)

0 commit comments

Comments
 (0)