From 02d06bdaf02957bcaca2c63a8906ffef7f7e01ee Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 23 Sep 2018 09:18:21 -0700 Subject: Remove uses of six.moves that did not cause any type errors Removal of the remaining imports may require passing "--python-version 3.5" to the mypy command. --- sphinx/ext/coverage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sphinx/ext/coverage.py') diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index 9300c1f74..c4078a928 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -12,11 +12,10 @@ import glob import inspect +import pickle import re from os import path -from six.moves import cPickle as pickle - import sphinx from sphinx.builders import Builder from sphinx.locale import __ -- cgit v1.2.1