Skip to content

Commit 251455f

Browse files
flake8
1 parent 3f14efc commit 251455f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tikzplotlib/_cleanfigure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,9 +545,9 @@ def _axIs3D(axhandle):
545545

546546
def _get_line_data(linehandle):
547547
"""Retrieve 2D or 3D data from line object.
548-
548+
549549
:param linehandle: matplotlib linehandle object
550-
550+
551551
:returns : (data, is3D)
552552
"""
553553
is3D = _lineIs3D(linehandle)

0 commit comments

Comments
 (0)