1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Remove getattr from storage.Item

This commit is contained in:
Unrud 2018-08-21 18:43:46 +02:00
parent e098046ad3
commit 75c1168f54
2 changed files with 1 additions and 4 deletions

View file

@ -432,9 +432,6 @@ class Item:
self._component_name = component_name
self._time_range = time_range
def __getattr__(self, attr):
return getattr(self.item, attr)
def serialize(self):
if self._text is None:
try: