Auto-format [ci skip]

This commit is contained in:
Ines Montani 2019-03-12 13:35:34 +01:00
parent 2912ddc9a6
commit 479b5cff43

View File

@ -73,6 +73,7 @@ def test_displacy_rtl():
assert "direction: rtl" in html assert "direction: rtl" in html
assert 'lang="{}"'.format(nlp.lang) in html assert 'lang="{}"'.format(nlp.lang) in html
def test_displacy_render_wrapper(en_vocab): def test_displacy_render_wrapper(en_vocab):
"""Test that displaCy accepts custom rendering wrapper.""" """Test that displaCy accepts custom rendering wrapper."""