mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 08:29:51 +03:00
Ignore mypy type checking
This commit is contained in:
parent
952ae2c161
commit
30520765bf
|
@ -21,7 +21,7 @@ try:
|
||||||
from .cli.info import info # noqa: F401
|
from .cli.info import info # noqa: F401
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
||||||
def info(*args, **kwargs):
|
def info(*args, **kwargs): # type: ignore
|
||||||
raise RuntimeError("Importing the CLI failed. Info function not available.")
|
raise RuntimeError("Importing the CLI failed. Info function not available.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user