mirror of https://github.com/explosion/spaCy.git
Fix __all__
This commit is contained in:
parent
ba8721953c
commit
a280ff2657
|
@ -136,4 +136,4 @@ o.0
|
||||||
""".split())
|
""".split())
|
||||||
|
|
||||||
|
|
||||||
__all__ = [ EMOTICONS ]
|
__all__ = [ "EMOTICONS" ]
|
||||||
|
|
Loading…
Reference in New Issue