blob: 1d1c0b18f46cd26c7ba92c92506d446d4cf1d5f0 [file] [log] [blame]
"""Test invalid __all__ format.
Tuples with one element MUST contain a comma! Otherwise it's a string.
"""
__all__ = ("CONST") # [invalid-all-format]
CONST = 42