Removed duplicate created_at(self) method

This commit is contained in:
fre4242
2025-07-07 12:29:02 +02:00
committed by GitHub
parent 313941a3ab
commit c77327efc9
@@ -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