summaryrefslogtreecommitdiff
path: root/pygments/formatters/latex.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters/latex.py')
-rw-r--r--pygments/formatters/latex.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/formatters/latex.py b/pygments/formatters/latex.py
index 17c3fe11..d5f80ef8 100644
--- a/pygments/formatters/latex.py
+++ b/pygments/formatters/latex.py
@@ -9,8 +9,6 @@
:license: BSD, see LICENSE for details.
"""
-from __future__ import division
-
from io import StringIO
from pygments.formatter import Formatter