aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:24 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:24 -0700
commite914a38ddf34de4d699e0ad89ee5ab3ddd45d1cb (patch)
tree847285ea154a0369f7ab1baa364d82297d7233d7
parentaa15883fcbfc31546d4d94f2089e177dc481cc48 (diff)
downloadsandcrawler-e914a38ddf34de4d699e0ad89ee5ab3ddd45d1cb.tar.gz
sandcrawler-e914a38ddf34de4d699e0ad89ee5ab3ddd45d1cb.zip
temporarily skip pylint on extraction
-rwxr-xr-xmapreduce/extraction_cdx_grobid.py3
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