diff --git a/psa_car_controller/psa/connected_car_api/models/energy.py b/psa_car_controller/psa/connected_car_api/models/energy.py index a686574..cb49459 100644 --- a/psa_car_controller/psa/connected_car_api/models/energy.py +++ b/psa_car_controller/psa/connected_car_api/models/energy.py @@ -87,17 +87,6 @@ class Energy(object): if type is not None: self.type = type - @property - def created_at(self): - """Gets the creazed of this Energy. # noqa: E501 - - Date when the resource has been created. # noqa: E501 - - :return: The creation of this Energy. # noqa: E501 - :rtype: datetime - """ - return self._created_at - @property def created_at(self): """Gets the created_at of this Energy. # noqa: E501