Skip to content

Commit 6b6f05c

Browse files
committed
Fix remaining linting errors with unsafe fixes
1 parent e4c24df commit 6b6f05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_evalops_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def test_submit_training_results(self):
113113
)
114114

115115
async with EvalOpsClient(api_key="test-key", api_url="https://test.evalops.dev") as client:
116-
result = await client.submit_training_results(
116+
await client.submit_training_results(
117117
test_suite_id="suite-123",
118118
round_number=2,
119119
model_checkpoint="tinker://checkpoint-uri",

0 commit comments

Comments
 (0)