summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_more_e0604.py
blob: 6c39e1ccd1e0ae603e2a8f5f9ba23e71e6729282 (plain)
1
2
3
4
5
6
7
8
9
"""Test for invalid objects in a module's __all__ variable.

"""
#  pylint: disable=R0903,R0201,W0612

__revision__ = 0


__all__ = [1]