Skip to content

Commit e1388ca

Browse files
committed
tewak
1 parent 0105189 commit e1388ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caldav/compatibility_hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def collapse(self):
197197
for parent in parents:
198198
parent_info = self.find_feature(parent)
199199

200-
if len(parent_info['subfeatures'])>1:
200+
if len(parent_info['subfeatures']):
201201
foo = self.check_support(parent, return_type=dict, return_defaults=False)
202202
dont_collapse = False
203203
for sub in parent_info['subfeatures']:

0 commit comments

Comments
 (0)