From f761ac9cafa8df480a8762c466bef6c2b985a286 Mon Sep 17 00:00:00 2001 From: gbrandl Date: Tue, 25 Nov 2008 22:44:01 +0100 Subject: Fix unused imports. --- pygments/styles/vs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygments/styles/vs.py') diff --git a/pygments/styles/vs.py b/pygments/styles/vs.py index 847cccff..25d07707 100644 --- a/pygments/styles/vs.py +++ b/pygments/styles/vs.py @@ -11,7 +11,7 @@ from pygments.style import Style from pygments.token import Keyword, Name, Comment, String, Error, \ - Number, Operator, Generic, Whitespace + Operator, Generic class VisualStudioStyle(Style): -- cgit v1.2.1