pyflakes
pyflakes copied to clipboard
No warning for unused constructor arguments
class X:
def __init__(self, a):
pass
doesn't throw any warning