Skip to content

Commit 1113980

Browse files
committed
make black
1 parent 4f0602d commit 1113980

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

matplotlib2tikz/path.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,7 @@ def mpl_linestyle2pgfplots_linestyle(line_style):
313313
return "dash pattern=on {}pt off {}pt".format(*line_style[1])
314314

315315
assert len(line_style[1]) == 4
316-
return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(
317-
*line_style[1]
318-
)
316+
return "dash pattern=on {}pt off {}pt on {}pt off {}pt".format(*line_style[1])
319317

320318
return {
321319
"": None,

0 commit comments

Comments
 (0)