diff options
Diffstat (limited to 'mapreduce')
| -rwxr-xr-x | mapreduce/extraction_cdx_grobid.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/mapreduce/extraction_cdx_grobid.py b/mapreduce/extraction_cdx_grobid.py index 63f290a..d1ec840 100755 --- a/mapreduce/extraction_cdx_grobid.py +++ b/mapreduce/extraction_cdx_grobid.py @@ -13,6 +13,9 @@ Requires:  - wayback/GWB libraries  """ +# XXX: some broken MRO thing going on in here +# pylint: skip-file +  import io  import sys  import json | 
