Skip to content

Commit a543c4c

Browse files
committed
Fix PEP8 flake8
1 parent d1b16c3 commit a543c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def get_tightbbox(self, renderer):
118118
# For now, just return None to exclude from layout calculation.
119119
return None
120120

121-
121+
122122
def text_2d_to_3d(obj, z=0, zdir='z'):
123123
"""Convert a Text to a Text3D object."""
124124
obj.__class__ = Text3D

0 commit comments

Comments
 (0)