summaryrefslogtreecommitdiff
path: root/pygments/styles/fruity.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-01-25 23:42:16 +0100
committergbrandl <devnull@localhost>2007-01-25 23:42:16 +0100
commite7ab63f9c55fe71d55386779127704166e313917 (patch)
tree0550c01a7cc769b75b4866a0c8a084e190d6c74e /pygments/styles/fruity.py
parent80dfd874a2a42623537a20bdf0a7bd0a8b0e3849 (diff)
downloadpygments-e7ab63f9c55fe71d55386779127704166e313917.tar.gz
[svn] PyLint run.
Diffstat (limited to 'pygments/styles/fruity.py')
-rw-r--r--pygments/styles/fruity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/fruity.py b/pygments/styles/fruity.py
index a6da42bb..1827b2df 100644
--- a/pygments/styles/fruity.py
+++ b/pygments/styles/fruity.py
@@ -11,7 +11,7 @@
from pygments.style import Style
from pygments.token import Token, Comment, Name, Keyword, \
- Generic, Number, Operator, String
+ Generic, Number, String
class FruityStyle(Style):