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

Skip to content

Commit 894e8cf

Browse files
committed
Address PEP8 compliancy issue
1 parent 1f0c801 commit 894e8cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mpl_toolkits/mplot3d/axis3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ def draw(self, renderer):
222222
majorLabels = [self.major.formatter(val, i)
223223
for i, val in enumerate(majorLocs)]
224224

225-
226225
mins, maxs, centers, deltas, tc, highs = self._get_coord_info(renderer)
227226

228227
# Determine grid lines

0 commit comments

Comments
 (0)