Skip to content

Commit 0398cf4

Browse files
committed
Typing
Signed-off-by: Louis Mandel <[email protected]>
1 parent 96f2287 commit 0398cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pdl/pdl_interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def process_block_body_with_replay(
638638
assert isinstance(replay_scope, dict)
639639
try:
640640
result = replay_scope[block_id]
641-
background = SingletonContext(
641+
background: LazyMessages = SingletonContext(
642642
PdlDict({"role": state.role, "content": result})
643643
)
644644
if state.yield_result:

0 commit comments

Comments
 (0)