Skip to content

Commit 9e50954

Browse files
linting
1 parent 59e9814 commit 9e50954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def _equal_aspect_axis_indices(self, aspect):
353353
aspect : {'auto', 'equal', 'equalxy', 'equalxz', 'equalyz'}
354354
See descriptions in docstring for `.set_aspect()`.
355355
"""
356-
ax_indices = [] # aspect == 'auto'
356+
ax_indices = [] # aspect == 'auto'
357357
if aspect == 'equal':
358358
ax_indices = [0, 1, 2]
359359
elif aspect == 'equalxy':

0 commit comments

Comments
 (0)