deepsourcestatus / test-repository

Method has no argument PYL-E0211
Bug risk
Critical
8 months ago8 months old
Method 'get_i' has no argument
 54    def __getattr__(self, key):
 55        return key
 56
 57    def get_i(): 58        return ImaginaryNumber()
 59
 60