Skip to content

Commit

Permalink
update format & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Jun 3, 2024
1 parent 381d460 commit 3feabdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/ai-endpoints/tests/unit_tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,3 @@ def test_unknown_unknown(public_class: type) -> None:
with pytest.raises(ValueError) as e:
public_class(model="test/unknown-unknown", nvidia_api_key="a-bogus-key")
assert "unknown" in str(e.value)


0 comments on commit 3feabdf

Please sign in to comment.