Settings page
[pywienerlinien] / gotovienna / cache.py
index 0332a95..dce8cec 100644 (file)
@@ -8,7 +8,6 @@ import shutil
 import defaults
 import realtime
 
-
 def load(p, typ):
     if path.exists(p):
         try:
@@ -28,7 +27,6 @@ def load(p, typ):
 
     return None
 
-
 class Lines(dict):
     def __init__(self):
         self.load()