mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Style fix
This commit is contained in:
parent
fd3f6e4532
commit
c54836b1cf
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue