From b8cdcfb2f5126173968c1ed94ae22d0a940d45c3 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Thu, 2 Feb 2023 15:23:05 +0000 Subject: [PATCH] black --- spacy/pipeline/spancat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy/pipeline/spancat.py b/spacy/pipeline/spancat.py index 0ecd7d8df..f2d01e245 100644 --- a/spacy/pipeline/spancat.py +++ b/spacy/pipeline/spancat.py @@ -185,7 +185,7 @@ def make_spancat( allow_overlap=None, max_positive=max_positive, threshold=threshold, - scorer=scorer + scorer=scorer, ) @@ -248,7 +248,7 @@ def make_spancat_singlelabel( allow_overlap=allow_overlap, max_positive=None, threshold=None, - scorer=scorer + scorer=scorer, )