Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1b16c3

Browse files
authored
PEP8 fix
1 parent a524fd7 commit d1b16c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mpl_toolkits/mplot3d/art3d.py

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

121+
121122
def text_2d_to_3d(obj, z=0, zdir='z'):
122123
"""Convert a Text to a Text3D object."""
123124
obj.__class__ = Text3D

0 commit comments

Comments
 (0)