From 2e85f917edaf6083af1ed9f8282c1914188255c5 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 3 Nov 2022 15:32:16 +0100 Subject: [PATCH] Fix import --- spacy/cli/project/remote_storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/cli/project/remote_storage.py b/spacy/cli/project/remote_storage.py index 2b53fbb09..b03f74a2d 100644 --- a/spacy/cli/project/remote_storage.py +++ b/spacy/cli/project/remote_storage.py @@ -10,6 +10,7 @@ from .._util import get_hash, get_checksum, download_file, ensure_pathy from ...util import make_tempdir, get_minor_version, ENV_VARS, check_bool_env_var from ...git_info import GIT_VERSION from ... import about +from ...errors import Errors if TYPE_CHECKING: from pathy import Pathy # noqa: F401