diff options
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r-- | sphinx/util/texescape.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py index 4d5b9b136..fa5055c0f 100644 --- a/sphinx/util/texescape.py +++ b/sphinx/util/texescape.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import unicode_literals - if False: # For type annotation from typing import Dict # NOQA |