Skip to content

Commit 35c5914

Browse files
Emanuele De Rossiakwasigroch
authored andcommitted
fix: clean up __init__.py imports after PR merge
Remove references to deleted ContextSynthesizer and DocumentSynthesizer classes.
1 parent 188f55a commit 35c5914

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
from rhesis.sdk.synthesizers.base import TestSetSynthesizer
2-
from rhesis.sdk.synthesizers.context_synthesizer import (
3-
ContextConfig,
4-
ContextSynthesizer,
5-
DocumentChunk,
6-
)
72
from rhesis.sdk.synthesizers.factory import SynthesizerFactory, SynthesizerType
83
from rhesis.sdk.synthesizers.paraphrasing_synthesizer import ParaphrasingSynthesizer
94
from rhesis.sdk.synthesizers.prompt_synthesizer import PromptSynthesizer
@@ -12,9 +7,6 @@
127
"TestSetSynthesizer",
138
"PromptSynthesizer",
149
"ParaphrasingSynthesizer",
15-
"ContextSynthesizer",
16-
"DocumentChunk",
17-
"ContextConfig",
1810
"SynthesizerFactory",
1911
"SynthesizerType",
2012
]

0 commit comments

Comments
 (0)