ajenti / ajenti

Method should have self as the first argument PYL-E0213
Anti-pattern
Major
6 months ago2 years old
Method 'get_status' should have "self" as first argument
 81        for s in self.list(units=[_id]):
 82            return s
 83
 84    def get_status(selfself, _id): 85        """
 86
 87        :param _id: Service name