blob: 3e565f9ebf9e75ed476f1cbd4115a1d858761e12 [file] [log] [blame]
"""Test that non-inferable __all__ variables do not make Pylint crash."""
__all__ = sorted([
'Dummy',
'NonExistant',
'path',
'func',
'inner',
'InnerKlass'])