mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +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)
|
||||
check_dirs(input_path, output_path)
|
||||
file_ext = input_path.suffix
|
||||
|
||||
if file_ext in CONVERTERS:
|
||||
CONVERTERS[file_ext](input_path, output_path, *args)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user