diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index b1fb05070..a82848921 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -8,7 +8,6 @@ :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ -from __future__ import absolute_import import logging import logging.handlers |