mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-30 10:00:04 +03:00
Format
This commit is contained in:
parent
3ce1d65dc3
commit
a434a5ff69
|
@ -99,7 +99,13 @@ def init_fill_config_cli(
|
||||||
DOCS: https://spacy.io/api/cli#init-fill-config
|
DOCS: https://spacy.io/api/cli#init-fill-config
|
||||||
"""
|
"""
|
||||||
import_code(code_path)
|
import_code(code_path)
|
||||||
fill_config(output_file, base_path, distillation=distillation, pretraining=pretraining, diff=diff)
|
fill_config(
|
||||||
|
output_file,
|
||||||
|
base_path,
|
||||||
|
distillation=distillation,
|
||||||
|
pretraining=pretraining,
|
||||||
|
diff=diff,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def fill_config(
|
def fill_config(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user