summaryrefslogtreecommitdiff
path: root/pygments/formatters/terminal256.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/formatters/terminal256.py')
-rw-r--r--pygments/formatters/terminal256.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/formatters/terminal256.py b/pygments/formatters/terminal256.py
index 7060f5ba..0b6bb161 100644
--- a/pygments/formatters/terminal256.py
+++ b/pygments/formatters/terminal256.py
@@ -23,8 +23,6 @@
# black-on-while, so colors like "white background" need to be converted
# to "white background, black foreground", etc...
-import sys
-
from pygments.formatter import Formatter
from pygments.console import codes
from pygments.style import ansicolors