From c54836b1cf39b2675146153a74a905adbb2e7d8f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 29 May 2014 18:41:33 +0200 Subject: [PATCH] Style fix --- vdirsyncer/utils/vobject.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vdirsyncer/utils/vobject.py b/vdirsyncer/utils/vobject.py index 1c56aa3..19bc7b4 100644 --- a/vdirsyncer/utils/vobject.py +++ b/vdirsyncer/utils/vobject.py @@ -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: