Skip to content

Commit f5d0486

Browse files
authored
Update _util.py to fix Deprecation Warning (#13844)
Fixes issue 13843 involving a Deprecation Warning with the python package Click.
1 parent f40ceb5 commit f5d0486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spacy/cli/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import srsly
2121
import typer
2222
from click import NoSuchOption
23-
from click.parser import split_arg_string
23+
from click.shell_completion import split_arg_string
2424
from thinc.api import Config, ConfigValidationError, require_gpu
2525
from thinc.util import gpu_is_available
2626
from typer.main import get_command

0 commit comments

Comments
 (0)