mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-02 20:23:12 +03:00
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
|
overrides['path'] = model_path
|
||||||
|
|
||||||
return cls(**overrides)
|
return cls(**overrides)
|
||||||
|
|
||||||
|
|
||||||
def info(name, markdown):
|
|
||||||
info(name, markdown)
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user