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

Skip to content

Commit 4e8e995

Browse files
committed
Remove superfluous flake8 exception.
1 parent 2887c49 commit 4e8e995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ per-file-ignores =
8181
mpl_toolkits/axisartist/grid_finder.py: E231, E261, E302, E303, E402
8282
mpl_toolkits/axisartist/grid_helper_curvelinear.py: E225, E231, E261, E262, E271, E302, E303, E501
8383
mpl_toolkits/mplot3d/art3d.py: E203, E222, E225, E231
84-
mpl_toolkits/mplot3d/axes3d.py: E203, E231, E303, E402, E501, E701
84+
mpl_toolkits/mplot3d/axes3d.py: E203, E231, E402, E501, E701
8585
mpl_toolkits/mplot3d/axis3d.py: E231, E302
8686
mpl_toolkits/mplot3d/proj3d.py: E231, E302, E303
8787
mpl_toolkits/tests/test_axes_grid1.py: E201, E202

0 commit comments

Comments
 (0)