diff options
author | gbrandl <devnull@localhost> | 2008-11-25 22:44:01 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-11-25 22:44:01 +0100 |
commit | f761ac9cafa8df480a8762c466bef6c2b985a286 (patch) | |
tree | 88c52f0db13df87d29c1e79744a67cf16e97ac4b /pygments/styles/vs.py | |
parent | fef681fdb88cd9a4e527fe43ba2f8cd389db3143 (diff) | |
download | pygments-f761ac9cafa8df480a8762c466bef6c2b985a286.tar.gz |
Fix unused imports.
Diffstat (limited to 'pygments/styles/vs.py')
-rw-r--r-- | pygments/styles/vs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |