summaryrefslogtreecommitdiff
path: root/sphinx/highlighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r--sphinx/highlighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index 27a2c9bab..72d4942a0 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -96,7 +96,7 @@ class PygmentsBridge:
def get_formatter(self, **kwargs):
# type: (Any) -> Formatter
- kwargs.update(self.formatter_args) # type: ignore
+ kwargs.update(self.formatter_args)
return self.formatter(**kwargs)
def unhighlighted(self, source):