mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
python: Delete superfluous parens.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e0d3176098
commit
28597365da
@@ -465,7 +465,7 @@ class FencedBlockPreprocessor(Preprocessor):
|
||||
css_class=self.codehilite_conf["css_class"][0],
|
||||
style=self.codehilite_conf["pygments_style"][0],
|
||||
use_pygments=self.codehilite_conf["use_pygments"][0],
|
||||
lang=(lang or None),
|
||||
lang=lang or None,
|
||||
noclasses=self.codehilite_conf["noclasses"][0],
|
||||
# By default, the Pygments PHP lexers won't highlight
|
||||
# code without a `<?php` marker at the start of the
|
||||
|
||||
Reference in New Issue
Block a user