From 200bf734bd459dd3c7a147b3dfe127dbf0ed7f70 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Oct 2020 12:20:52 -0700 Subject: differential wayback-error from wayback-content-error The motivation here is to distinguish errors due to current content in wayback (eg, in WARCs) from operational errors (eg, wayback machine is down, or network failures/disruption). --- python/sandcrawler/grobid.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/sandcrawler/grobid.py') diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py index 11623c5..b010b2c 100644 --- a/python/sandcrawler/grobid.py +++ b/python/sandcrawler/grobid.py @@ -4,7 +4,6 @@ import requests from grobid2json import teixml2json from .workers import SandcrawlerWorker, SandcrawlerFetchWorker from .misc import gen_file_metadata -from .ia import WaybackClient, WaybackError, PetaboxError class GrobidClient(object): -- cgit v1.2.3