crawler: remove unused NotInCache error-class

master
pictuga 2017-03-09 09:35:40 -10:00 committed by GitHub
parent 3385198f4f
commit e8023e4336
1 changed files with 0 additions and 4 deletions

View File

@ -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 "