mirror of https://github.com/explosion/spaCy.git
Remove __all__ export
This commit is contained in:
parent
14a9c3ee7a
commit
c2469b8135
|
@ -104,6 +104,3 @@ TOKENIZER_INFIXES = (
|
||||||
r'(?<=[{a}"])[:<>=/](?=[{a}])'.format(a=ALPHA)
|
r'(?<=[{a}"])[:<>=/](?=[{a}])'.format(a=ALPHA)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["TOKENIZER_PREFIXES", "TOKENIZER_SUFFIXES", "TOKENIZER_INFIXES"]
|
|
||||||
|
|
Loading…
Reference in New Issue