From c77327efc924d87101eadfd6d59960d910881380 Mon Sep 17 00:00:00 2001 From: fre4242 <70383907+fre4242@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:29:02 +0200 Subject: [PATCH] Removed duplicate created_at(self) method --- .../psa/connected_car_api/models/energy.py | 11 ----------- 1 file changed, 11 deletions(-) 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