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 "