The dev instance is missing the company property. What line do we need to add to the Developer subclass?

super().__init__(company);self.company = company;

Make sure to pick super().__init__(company);.