Skip to content

Commit 0323ee7

Browse files
committed
fix lint
1 parent 53868d7 commit 0323ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/contrib/openai_agents/_temporal_model_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ async def stream_response(
267267
streaming_input: StreamingActivityModelInput = {
268268
**base_input,
269269
"streaming_topic": topic,
270-
"streaming_batch_interval": (self.model_params.streaming_batch_interval),
270+
"streaming_batch_interval": self.model_params.streaming_batch_interval,
271271
}
272272

273273
events = await workflow.execute_activity_method(

0 commit comments

Comments
 (0)