From 096e37f232d3381b098bb495860c78b0d3c9dcf6 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 27 Jan 2023 10:25:08 +0100 Subject: [PATCH] Remove unused import --- spacy/pipeline/spancat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/spancat.py b/spacy/pipeline/spancat.py index 50716a00f..33e1c87dc 100644 --- a/spacy/pipeline/spancat.py +++ b/spacy/pipeline/spancat.py @@ -1,5 +1,5 @@ from typing import List, Dict, Callable, Tuple, Optional, Iterable, Any, cast -from typing import Union, Literal, Protocol, runtime_checkable +from typing import Union, Protocol, runtime_checkable from thinc.api import Config, Model, get_current_ops, set_dropout_rate, Ops from thinc.api import Optimizer from thinc.types import Ragged, Ints2d, Floats2d