From b2dbdfff7dcbe1b7731384d2982c1110e3ca5f37 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 4 May 2020 20:16:11 +0100 Subject: [PATCH] Tidying --- cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cache.py b/cache.py index 3bba9a975..37d1f4270 100644 --- a/cache.py +++ b/cache.py @@ -12,6 +12,7 @@ from utils import loadJson from utils import saveJson from utils import getFileCaseInsensitive + def storePersonInCache(baseDir: str, personUrl: str, personJson: {}, personCache: {}) -> None: """Store an actor in the cache