Skip to content

Commit 24198a3

Browse files
committed
Black: drop trailing blank line in test_unsupported_tools_validation.py
1 parent 89f4129 commit 24198a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/evaluation/azure-ai-evaluation/tests/unittests/test_unsupported_tools_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ def test_tool_definitions_validator_still_rejects_when_flag_enabled(self, tool_n
181181
with pytest.raises(EvaluationException) as exc_info:
182182
validator.validate_eval_input(eval_input)
183183
assert "currently not supported" in str(exc_info.value)
184-

0 commit comments

Comments
 (0)