Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12a5349

Browse filesBrowse files
dtmeadowsstainless-app[bot]
authored andcommitted
fix(internal): fix linting due to broken __test__ annotation
1 parent 21209ab commit 12a5349
Copy full SHA for 12a5349

File tree

1 file changed

+0
-3
lines changed
Filter options

1 file changed

+0
-3
lines changed

‎src/openai/types/eval_create_params.py

Copy file name to clipboardExpand all lines: src/openai/types/eval_create_params.py
-3Lines changed: 0 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.