summaryrefslogtreecommitdiff
path: root/pylint/test/regrtest_data/unused_variable.py
blob: eee909d5312f5c6cfcd4af145d8529f3fda2a4b7 (plain)
1
2
3
4
5
6
# pylint: disable=missing-docstring

def test():
    variable = ''
    variable2 = None
    return variable2