Skip to content

Commit d45bc60

Browse files
committed
fix(streaming): add future annotations import to activities
1 parent 901ea97 commit d45bc60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/agentex/lib/core/temporal/plugins/openai_agents/hooks

src/agentex/lib/core/temporal/plugins/openai_agents/hooks/activities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
to the AgentEx UI, designed to work with TemporalStreamingHooks.
55
"""
66

7+
from __future__ import annotations
8+
79
from typing import Any, Dict
810

911
from temporalio import activity

0 commit comments

Comments
 (0)