Skip to content
Snippets Groups Projects
Commit 775bce80 authored by James Briggs's avatar James Briggs
Browse files

chore: lint

parent 7a534ced
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,7 @@ class TestVitEncoder:
with pytest.raises(ImportError) as error:
VitEncoder()
assert "Please install transformers to use VitEncoder" in str(
error.value
)
assert "Please install transformers to use VitEncoder" in str(error.value)
@pytest.mark.skipif(
os.environ.get("RUN_HF_TESTS") is None, reason="Set RUN_HF_TESTS=1 to run"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment