Fix import in util

Accidentally deleted the whole import and not just the old part...
This commit is contained in:
Paul O'Leary McCann 2022-12-02 20:29:29 +09:00
parent a77eff2338
commit 6b68373d32

View File

@ -40,6 +40,7 @@ except ImportError:
from .symbols import ORTH from .symbols import ORTH
from .compat import cupy, CudaStream, is_windows, importlib_metadata from .compat import cupy, CudaStream, is_windows, importlib_metadata
from .errors import Errors, Warnings
from . import about from . import about
if TYPE_CHECKING: if TYPE_CHECKING: