diff src/memory/cache.py @ 2506:516bf5309517

plugin XEP-0054: removed Image.ANTIALIAS filter: Image.ANTIALIAS filter is not needed anymore in Pillow: http://pillow.readthedocs.io/en/3.0.x/releasenotes/2.7.0.html#default-filter-for-thumbnails
author Goffi <goffi@goffi.org>
date Thu, 01 Mar 2018 09:04:36 +0100
parents 7ad5f2c4e34a
children d485e9416493
line wrap: on
line diff
--- a/src/memory/cache.py	Wed Feb 28 18:28:39 2018 +0100
+++ b/src/memory/cache.py	Thu Mar 01 09:04:36 2018 +0100
@@ -70,7 +70,6 @@
         except IOError:
             log.warning(u"can't read cache at {}".format(cache_url))
             return None
-
         except pickle.UnpicklingError:
             log.warning(u'invalid cache found at {}'.format(cache_url))
             return None