From 6b68373d32c9316b8970813a49d4915bc3925511 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Fri, 2 Dec 2022 20:29:29 +0900 Subject: [PATCH] Fix import in util Accidentally deleted the whole import and not just the old part... --- spacy/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/util.py b/spacy/util.py index c90e00c75..05a5fd62a 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -40,6 +40,7 @@ except ImportError: from .symbols import ORTH from .compat import cupy, CudaStream, is_windows, importlib_metadata +from .errors import Errors, Warnings from . import about if TYPE_CHECKING: