Sfoglia il codice sorgente

Add missing blank line

Guillaume Ayoub 11 anni fa
parent
commit
46628b7a19
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      radicale/ical.py

+ 1 - 0
radicale/ical.py

@@ -61,6 +61,7 @@ def unfold(text):
     """
     return re.sub('\r\n( |\t)', '', text).splitlines()
 
+
 class Item(object):
     """Internal iCal item."""
     def __init__(self, text, name=None):