Fix formatting

This commit is contained in:
Septatrix 2020-03-08 14:17:05 +01:00
parent a98e6f10a8
commit 5481d6da05

View File

@ -283,7 +283,8 @@ class StandaloneHTMLBuilder(Builder):
self.dark_highlighter = None
def init_aux_highlighters(self) -> None:
self.aux_highlighters: Dict[str, Tuple[PygmentsBridge, Union[str, Iterable[str]]]] = {}
self.aux_highlighters = \
{} # type: Dict[str, Tuple[PygmentsBridge, Union[str, Iterable[str]]]]
if self.config.html_aux_pygments_styles is not None:
aux_styles = self.config.html_aux_pygments_styles.items()
elif self.theme and self.theme.config.has_section('auxiliary_styles'):