QuackatronHQ / Gigarepo

Object of unsupported type raised PYL-E0702
Bug risk
Critical
1 occurrence in this check
Raising NotImplementedType while only classes or instances are allowed
 19        self.limits = (1, 10)
 20
 21    def get_number(self, min_max):
 22        raise NotImplemented 23
 24    def smethod():
 25        """static method-to-be"""