From e8023e4336777e72645fb09420fe2fd36e081ba8 Mon Sep 17 00:00:00 2001 From: pictuga Date: Thu, 9 Mar 2017 09:35:40 -1000 Subject: [PATCH] crawler: remove unused NotInCache error-class --- morss/crawler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/morss/crawler.py b/morss/crawler.py index 85826bd..6898412 100644 --- a/morss/crawler.py +++ b/morss/crawler.py @@ -209,10 +209,6 @@ class HTTPRefreshHandler(BaseHandler): https_response = http_response -class NotInCache(IOError): - pass - - class BaseCacheHandler(BaseHandler): " Cache based on etags/last-modified. Inherit from this to implement actual storage "