mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +03:00
Fix import in util
Accidentally deleted the whole import and not just the old part...
This commit is contained in:
parent
a77eff2338
commit
6b68373d32
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user