mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 21:54:54 +03:00
Fix types
This commit is contained in:
parent
6dfa8bde2f
commit
71c71d3760
|
@ -944,7 +944,7 @@ def run_command(
|
|||
*,
|
||||
stdin: Optional[Any] = None,
|
||||
capture: bool = False,
|
||||
exe: str = None,
|
||||
exe: Optional[str] = None,
|
||||
) -> subprocess.CompletedProcess:
|
||||
"""Run a command on the command line as a subprocess. If the subprocess
|
||||
returns a non-zero exit code, a system exit is performed.
|
||||
|
|
Loading…
Reference in New Issue
Block a user