Skip to content

Commit a2efc31

Browse files
committed
uv run black
1 parent 4b3b6c4 commit a2efc31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

decart/queue/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ async def submit_and_poll(
178178
QueueStatusError: If status check fails
179179
QueueResultError: If result retrieval fails
180180
"""
181-
on_status_change: Optional[OnStatusChangeCallback] = options.pop(
182-
"on_status_change", None
183-
)
181+
on_status_change: Optional[OnStatusChangeCallback] = options.pop("on_status_change", None)
184182

185183
# Submit the job
186184
job = await self.submit(options)

0 commit comments

Comments
 (0)