Skip to content

Commit 7681083

Browse files
committed
lint
1 parent 5c6fb2d commit 7681083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tikzplotlib/_line2d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ def draw_line2d(data, obj):
5454
if alpha is not None:
5555
addplot_options.append(f"opacity={alpha}")
5656

57-
linestyle = mypath.mpl_linestyle2pgfplots_linestyle(data, obj.get_linestyle(), line=obj)
57+
linestyle = mypath.mpl_linestyle2pgfplots_linestyle(
58+
data, obj.get_linestyle(), line=obj
59+
)
5860
if linestyle is not None and linestyle != "solid":
5961
addplot_options.append(linestyle)
6062

0 commit comments

Comments
 (0)