crawler: remove unused NotInCache error-class
parent
3385198f4f
commit
e8023e4336
|
@ -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 "
|
||||
|
||||
|
|
Loading…
Reference in New Issue