summaryrefslogtreecommitdiff
path: root/sphinx/pygments_styles.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
commit279e547860ea68e3c357f55e608afec682a1f961 (patch)
treedc08e85ab0210538e30b5b801bf9d80ab49bfb3f /sphinx/pygments_styles.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
downloadsphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz
Merge branch '3.x'
Diffstat (limited to 'sphinx/pygments_styles.py')
-rw-r--r--sphinx/pygments_styles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/pygments_styles.py b/sphinx/pygments_styles.py
index c5b07e75f..248ae536e 100644
--- a/sphinx/pygments_styles.py
+++ b/sphinx/pygments_styles.py
@@ -10,8 +10,8 @@
from pygments.style import Style
from pygments.styles.friendly import FriendlyStyle
-from pygments.token import Generic, Comment, Number, Whitespace, Keyword, \
- Operator, Name, String, Error
+from pygments.token import (Comment, Error, Generic, Keyword, Name, Number, Operator, String,
+ Whitespace)
class NoneStyle(Style):