QuackatronHQ / Gigarepo

Method has no argument PYL-E0211
Bug risk
Critical
24 days ago2 years 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