summaryrefslogtreecommitdiff
path: root/doc/data/messages/b/bad-staticmethod-argument/bad.py
blob: a46d65a48a92e5134cb7bd580dd919ea1b6e1572 (plain)
1
2
3
4
class Wolf:
    @staticmethod
    def eat(self):  # [bad-staticmethod-argument]
        pass