From 37ef9550f25c616af72756f206a288074544d577 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Wed, 25 Jan 2023 15:50:33 +0100 Subject: [PATCH] Format with black --- spacy/tests/test_visualization.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/test_visualization.py b/spacy/tests/test_visualization.py index 727fa9e21..6010a9e9a 100644 --- a/spacy/tests/test_visualization.py +++ b/spacy/tests/test_visualization.py @@ -661,7 +661,6 @@ def test_viz_render_instances_two_sentences( else "\nposs Sarah sarah PROPN NNP NounType=prop|Number=sing PERSON\ncase 's 's PART POS Poss=yes \nnsubj sister sister NOUN NN Number=sing \n" ) - # missing permitted value display_columns = [ AttributeFormat("dep_", name="dep"),