Style fix

This commit is contained in:
Markus Unterwaditzer 2014-05-29 18:41:33 +02:00
parent fd3f6e4532
commit c54836b1cf

View file

@ -28,7 +28,6 @@ IGNORE_PROPS = frozenset((
def normalize_item(text, ignore_props=IGNORE_PROPS):
try:
lines = to_unicode_lines(icalendar.cal.Component.from_ical(text))
except Exception: