From 57ddd1f1f03ba0ce51eeaabfe15aa5da90574784 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 5 Jan 2020 08:02:50 +0100 Subject: Remove unneeded future imports. --- pygments/formatters/_mapping.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pygments/formatters/_mapping.py') diff --git a/pygments/formatters/_mapping.py b/pygments/formatters/_mapping.py index 5086e519..48703694 100755 --- a/pygments/formatters/_mapping.py +++ b/pygments/formatters/_mapping.py @@ -13,8 +13,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - FORMATTERS = { 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), -- cgit v1.2.1