8000 fix E501 · matplotlib/matplotlib@20c6131 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c6131

Browse files
committed
fix E501
1 parent 98c1745 commit 20c6131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/mpl_toolkits/tests/test_axes_grid1.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
image_comparison, remove_ticks_and_titles)
1212

1313
from mpl_toolkits.axes_grid1 import (
14-
axes_size as Size, host_subplot, make_axes_locatable, Grid, AxesGrid, ImageGrid)
14+
axes_size as Size,
15+
host_subplot, make_axes_locatable,
16+
Grid, AxesGrid, ImageGrid)
1517
from mpl_toolkits.axes_grid1.anchored_artists import (
1618
AnchoredSizeBar, AnchoredDirectionArrows)
1719
from mpl_toolkits.axes_grid1.axes_divider import HBoxDivider

0 commit comments

Comments
 (0)
0