Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed May 18, 2022
1 parent 2ef1f90 commit 0ff6f39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,7 @@ def test_delete_repo_error_message(self):
# test for #751
with pytest.raises(
HTTPError,
match=(
"404 Client Error: Repository Not Found"
),
match="404 Client Error: Repository Not Found",
):
self._api.delete_repo("repo-that-does-not-exist", token=self._token)

Expand Down

0 comments on commit 0ff6f39

Please # to comment.