From 82c7ec45dfbaa83e3b29b968846016cc6ae8e87f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Jun 2020 11:11:25 -0700 Subject: pdf: mypy and typo fixes --- python/sandcrawler/ia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/ia.py') diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index 24ff619..49f5ad4 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -11,7 +11,7 @@ from collections import namedtuple import http.client # not sure this will really work. Should go before wayback imports. -http.client._MAXHEADERS = 1000 +http.client._MAXHEADERS = 1000 # type: ignore import wayback.exception from http.client import IncompleteRead -- cgit v1.2.3