Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-03-08 19:15:54 +0300
committerGeorg Brandl <georg@python.org>2015-03-08 19:15:54 +0300
commit548a6dc22e4a3edff76413b6bdeedcf2b8c3f30c (patch)
treed41a62e8805c423e505d7f5c4d579aac13ae1511 /sphinx/pygments_styles.py
parent3047a23a6613d74705b6373b03e8f78b82e3c1ce (diff)
final pep8 fixes; reactivate most warnings in flake8
Diffstat (limited to 'sphinx/pygments_styles.py')
-rw-r--r--sphinx/pygments_styles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/pygments_styles.py b/sphinx/pygments_styles.py
index a15f2f393..ff2263e1c 100644
--- a/sphinx/pygments_styles.py
+++ b/sphinx/pygments_styles.py
@@ -12,7 +12,7 @@
from pygments.style import Style
from pygments.styles.friendly import FriendlyStyle
from pygments.token import Generic, Comment, Number, Whitespace, Keyword, \
- Operator, Name, String, Error
+ Operator, Name, String, Error
class NoneStyle(Style):