mirror of https://github.com/explosion/spaCy.git
Fix infinite recursion in spacy.info
This commit is contained in:
parent
f4010053a6
commit
07199c3e8b
|
@ -49,7 +49,3 @@ def load(name, **overrides):
|
|||
overrides['path'] = model_path
|
||||
|
||||
return cls(**overrides)
|
||||
|
||||
|
||||
def info(name, markdown):
|
||||
info(name, markdown)
|
||||
|
|
Loading…
Reference in New Issue