mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fix whitespace
This commit is contained in:
parent
2f38c1d77f
commit
7ea1673072
|
@ -22,7 +22,6 @@ def convert(input_file, output_dir, *args):
|
||||||
output_path = Path(output_dir)
|
output_path = Path(output_dir)
|
||||||
check_dirs(input_path, output_path)
|
check_dirs(input_path, output_path)
|
||||||
file_ext = input_path.suffix
|
file_ext = input_path.suffix
|
||||||
|
|
||||||
if file_ext in CONVERTERS:
|
if file_ext in CONVERTERS:
|
||||||
CONVERTERS[file_ext](input_path, output_path, *args)
|
CONVERTERS[file_ext](input_path, output_path, *args)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user