mirror of https://github.com/explosion/spaCy.git
Remove unused export
This commit is contained in:
parent
01a7b10319
commit
33e332e67c
|
@ -35,4 +35,4 @@ class English(Language):
|
|||
Defaults = EnglishDefaults
|
||||
|
||||
|
||||
__all__ = ['English', 'EnglishDefaults']
|
||||
__all__ = ['English']
|
||||
|
|
Loading…
Reference in New Issue