Skip to content

Commit 5b3a559

Browse files
committed
fixed imports
1 parent aac0eb9 commit 5b3a559

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_handlers_llm_encoding.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
import pytest
77
from PIL import Image
88

9-
from effectful.handlers.llm.encoding import Encodable
9+
from effectful.handlers.llm.encoding import Encodable, SynthesizedFunction
1010
from effectful.handlers.llm.evaluation import UnsafeEvalProvider
11-
from effectful.handlers.llm.synthesis import SynthesizedFunction
1211
from effectful.ops.semantics import handler
1312
from effectful.ops.types import Operation, Term
1413

0 commit comments

Comments
 (0)