summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/unnecessary-dunder-call/good.py
blob: fe41db7766e071e5e7d1eabf30f5fb75ac6e0837 (plain)
1
2
3
4
5
6
three = str(3.0)
twelve = "1" + "2"


def is_bigger_than_two(x):
    return x > 2