Skip to content

Commit 0564459

Browse files
committed
ci: fix flake8
1 parent 3832a4b commit 0564459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/texmanager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def _get_preamble(self):
176176
self.get_custom_preamble(),
177177
# Use `underscore` package to take care of underscores in text
178178
r"\makeatletter"
179-
r"\@ifpackageloaded{underscore}{}{\usepackage[strings]{underscore}}"
179+
r"\@ifpackageloaded{underscore}{}"
180+
r"{\usepackage[strings]{underscore}}"
180181
r"\makeatother",
181182
# textcomp is loaded last (if not already loaded by the custom
182183
# preamble) in order not to clash with custom packages (e.g.

0 commit comments

Comments
 (0)