mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
b2bcdec0f6
commit
8eb9a2b355
|
@ -32,8 +32,8 @@ class CLI(object):
|
|||
|
||||
@plac.annotations(
|
||||
origin=("package name or local path to model", "positional", None, str),
|
||||
link_name=("Name of shortuct link to create", "positional", None, str),
|
||||
force=("Force overwriting of existing link", "flag", "f", bool)
|
||||
link_name=("name of shortuct link to create", "positional", None, str),
|
||||
force=("force overwriting of existing link", "flag", "f", bool)
|
||||
)
|
||||
def link(self, origin, link_name, force=False):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue