Skip to content

Commit 5a7d7a0

Browse files
committed
fix(internal): fix linting due to broken __test__ annotation
1 parent 2293fc0 commit 5a7d7a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/openai/types/eval_create_params.py

-3
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,16 @@ class TestingCriterionLabelModel(TypedDict, total=False):
140140

141141

142142
class TestingCriterionTextSimilarity(TextSimilarityGraderParam, total=False):
143-
__test__ = False
144143
pass_threshold: Required[float]
145144
"""The threshold for the score."""
146145

147146

148147
class TestingCriterionPython(PythonGraderParam, total=False):
149-
__test__ = False
150148
pass_threshold: float
151149
"""The threshold for the score."""
152150

153151

154152
class TestingCriterionScoreModel(ScoreModelGraderParam, total=False):
155-
__test__ = False
156153
pass_threshold: float
157154
"""The threshold for the score."""
158155

0 commit comments

Comments
 (0)