diff options
Diffstat (limited to 'sphinx/ext')
| -rw-r--r-- | sphinx/ext/apidoc.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/autosummary/generate.py | 1 | ||||
| -rw-r--r-- | sphinx/ext/intersphinx.py | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py index 85a41e650..84a08b5d5 100644 --- a/sphinx/ext/apidoc.py +++ b/sphinx/ext/apidoc.py @@ -15,8 +15,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import argparse import glob import locale diff --git a/sphinx/ext/autosummary/generate.py b/sphinx/ext/autosummary/generate.py index 04ba43d94..6f19387e1 100644 --- a/sphinx/ext/autosummary/generate.py +++ b/sphinx/ext/autosummary/generate.py @@ -17,7 +17,6 @@ :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ -from __future__ import print_function import argparse import locale diff --git a/sphinx/ext/intersphinx.py b/sphinx/ext/intersphinx.py index 2c7d7bf51..3da488706 100644 --- a/sphinx/ext/intersphinx.py +++ b/sphinx/ext/intersphinx.py @@ -24,8 +24,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import functools import posixpath import sys |
