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

Skip to content

Commit 1802aa4

Browse files
committed
Readd six import in axes_grid1.anchored_artists for consistency
1 parent aeb2a2e commit 1802aa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/axes_grid1/anchored_artists.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
unicode_literals)
33

44
from matplotlib import docstring
5+
from matplotlib.externals import six
56
from matplotlib.offsetbox import (AnchoredOffsetbox, AuxTransformBox,
67
DrawingArea, TextArea, VPacker)
78
from matplotlib.patches import Rectangle, Ellipse

0 commit comments

Comments
 (0)