summaryrefslogtreecommitdiff
path: root/pygments/styles/inkpot.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/inkpot.py')
-rw-r--r--pygments/styles/inkpot.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/pygments/styles/inkpot.py b/pygments/styles/inkpot.py
index a030b8b1..0b7ea74e 100644
--- a/pygments/styles/inkpot.py
+++ b/pygments/styles/inkpot.py
@@ -5,14 +5,13 @@
A highlighting style for Pygments, inspired by the Inkpot theme for VIM.
- :copyright: Copyright 2018 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.style import Style
-from pygments.token import Text, Other, \
- Keyword, Name, Comment, String, Error, \
- Number, Operator, Generic, Whitespace, Punctuation
+from pygments.token import Text, Other, Keyword, Name, Comment, String, \
+ Error, Number, Operator, Generic, Whitespace, Punctuation
class InkPotStyle(Style):