mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 09:26:16 +00:00
Removed duplicate created_at(self) method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user