We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40ceb5 commit f5d0486Copy full SHA for f5d0486
spacy/cli/_util.py
@@ -20,7 +20,7 @@
20
import srsly
21
import typer
22
from click import NoSuchOption
23
-from click.parser import split_arg_string
+from click.shell_completion import split_arg_string
24
from thinc.api import Config, ConfigValidationError, require_gpu
25
from thinc.util import gpu_is_available
26
from typer.main import get_command
0 commit comments