Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Sep 12, 2024
1 parent e9935c7 commit 888265a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ def test_basic_spacy_cached(nlp, tmpdir):
output_after = encoder.transform(test_sentences)
assert (output_before == output_during).all()
assert (output_during == output_after).all()

0 comments on commit 888265a

Please sign in to comment.