Explorar o código

Add missing blank line

Guillaume Ayoub %!s(int64=11) %!d(string=hai) anos
pai
achega
46628b7a19
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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):