From a972791c9aff1dc577957eb8a0c4010bcef59908 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Fri, 4 Nov 2022 17:47:04 +0100 Subject: [PATCH] Removed extraneous import --- spacy/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index e7dc7dd56..aa929c765 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -1,4 +1,3 @@ -from turtle import width from typing import List, Mapping, NoReturn, Union, Dict, Any, Set, cast from typing import Optional, Iterable, Callable, Tuple, Type from typing import Iterator, Pattern, Generator, TYPE_CHECKING