summaryrefslogtreecommitdiff
path: root/tests/support/html_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/support/html_formatter.py')
-rw-r--r--tests/support/html_formatter.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/support/html_formatter.py b/tests/support/html_formatter.py
deleted file mode 100644
index 169cd4af..00000000
--- a/tests/support/html_formatter.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- coding: utf-8 -*-
-from pygments.formatters import HtmlFormatter
-
-
-class HtmlFormatterWrapper(HtmlFormatter):
- name = 'HtmlWrapper'