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

Skip to content

Commit 005f6fb

Browse files
committed
PEP8
1 parent d095d26 commit 005f6fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from matplotlib import (
1515
artist, cbook, colors as mcolors, lines, text as mtext, path as mpath)
1616
from matplotlib.collections import (
17-
Collection, LineCollection, PolyCollection, PatchCollection,
17+
LineCollection, PolyCollection, PatchCollection,
1818
PathCollection)
1919
from matplotlib.colors import Normalize
2020
from matplotlib.patches import Patch

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pep8ignore =
8585
mpl_toolkits/axisartist/floating_axes.py E201 E225 E231 E261 E262 E271 E302 E303 E402 E501
8686
mpl_toolkits/axisartist/grid_finder.py E231 E261 E302 E303 E402
8787
mpl_toolkits/axisartist/grid_helper_curvelinear.py E221 E225 E231 E251 E261 E262 E271 E302 E303 E501
88-
mpl_toolkits/mplot3d/art3d.py E203 E222 E225 E231
88+
mpl_toolkits/mplot3d/art3d.py E222 E225 E231
8989
mpl_toolkits/mplot3d/axes3d.py E203 E225 E231 E271 E303 E402 E501 E502 E701
9090
mpl_toolkits/mplot3d/axis3d.py E201 E202 E203 E222 E231 E302 E303 E502
9191
mpl_toolkits/mplot3d/proj3d.py E231 E302 E303

0 commit comments

Comments
 (0)