summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_i0020.py
blob: 8c0fe9f5c2e9ebbddb8bc0ee8277d9b2851f5e54 (plain)
1
2
3
4
5
6
7
8
"""Test for reporting of suppressed messages."""

__revision__ = 0

def suppressed():
    """A function with an unused variable."""
    # pylint: disable=W0612
    var = 0