Auto-format code with black (#10550)

Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-28 10:44:46 +02:00 committed by GitHub
parent 53674bb745
commit 98ed941c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,4 +550,4 @@ def test_tokenizer_initial_special_case_explain(en_vocab):
) )
tokens = [t.text for t in tokenizer("id")] tokens = [t.text for t in tokenizer("id")]
explain_tokens = [t[1] for t in tokenizer.explain("id")] explain_tokens = [t[1] for t in tokenizer.explain("id")]
assert tokens == explain_tokens assert tokens == explain_tokens