diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-17 20:32:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-17 20:32:39 +0900 |
| commit | 8ea3f7fad90cf728c9c32ff2130a462a78a40515 (patch) | |
| tree | 2fe256e7c800a42396702d32be9044b7bebbbb99 /sphinx/util/compat.py | |
| parent | 07b8748a079ad292858e5000b9f3c2ea2fefc6c2 (diff) | |
| parent | 5a9033e5aa87bb9b58bdd622e7bd2c9361db03cf (diff) | |
| download | sphinx-git-8ea3f7fad90cf728c9c32ff2130a462a78a40515.tar.gz | |
Merge pull request #5509 from stephenfin/remove-future-imports
Remove future imports
Diffstat (limited to 'sphinx/util/compat.py')
| -rw-r--r-- | sphinx/util/compat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index 555446574..35b30f0bc 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -8,8 +8,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import absolute_import - import sys import warnings |
