Remove __all__ export

This commit is contained in:
ines 2017-05-08 15:56:22 +02:00
parent 14a9c3ee7a
commit c2469b8135
1 changed files with 0 additions and 3 deletions

View File

@ -104,6 +104,3 @@ TOKENIZER_INFIXES = (
r'(?<=[{a}"])[:<>=/](?=[{a}])'.format(a=ALPHA)
]
)
__all__ = ["TOKENIZER_PREFIXES", "TOKENIZER_SUFFIXES", "TOKENIZER_INFIXES"]