mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 10:02:01 +03:00
Fix mypy issues.
This commit is contained in:
parent
423694206c
commit
f9dddbb70d
|
@ -164,8 +164,8 @@ def init_config(
|
|||
*,
|
||||
lang: str = InitValues.lang,
|
||||
pipeline: List[str] = InitValues.pipeline,
|
||||
llm_model: str = InitValues.llm_model,
|
||||
llm_task: str = InitValues.llm_task,
|
||||
llm_model: Optional[str] = InitValues.llm_model,
|
||||
llm_task: Optional[str] = InitValues.llm_task,
|
||||
optimize: str = InitValues.optimize,
|
||||
gpu: bool = InitValues.gpu,
|
||||
pretraining: bool = InitValues.pretraining,
|
||||
|
|
Loading…
Reference in New Issue
Block a user