deepsourcestatus / test-repository

raising NotImplemented is not allowed FLK-F901
Bug risk
Major
7 months ago7 months old
'raise NotImplemented' should be 'raise NotImplementedError'
 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"""