From 758d63c0fa0fc467088e4fe6312417aeba2c1e7b Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 25 May 2016 12:56:33 -0400 Subject: [PATCH] Remove trailing whitespace --- gramps/gen/proxy/cache.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gramps/gen/proxy/cache.py b/gramps/gen/proxy/cache.py index 3bc2db8b5..88d92c391 100644 --- a/gramps/gen/proxy/cache.py +++ b/gramps/gen/proxy/cache.py @@ -178,5 +178,3 @@ class CacheProxyDb: if handle not in self.cache_handle: self.cache_handle[handle] = self.db.get_tag_from_handle(handle) return self.cache_handle[handle] - -