Skip to content

Commit 4de76ae

Browse files
committed
make black
1 parent 856118b commit 4de76ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

matplotlib2tikz/axes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,7 @@ def _get_label_rotation_and_horizontal_alignment(obj, data, x_or_y):
453453
values.append("text width={}".format(tick_label_text_width))
454454

455455
if values:
456-
label_style = "{}ticklabel style = {{{}}}".format(
457-
x_or_y, ",".join(values)
458-
)
456+
label_style = "{}ticklabel style = {{{}}}".format(x_or_y, ",".join(values))
459457
else:
460458
values = []
461459

0 commit comments

Comments
 (0)