Skip to content

Commit cec0333

Browse files
committed
remove unneeded collection import
1 parent 71e73de commit cec0333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mplfinance/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from matplotlib import colors as mcolors
1111
from matplotlib.patches import Ellipse
12-
from matplotlib.collections import LineCollection, PolyCollection, CircleCollection, PatchCollection
12+
from matplotlib.collections import LineCollection, PolyCollection, PatchCollection
1313
from mplfinance._arg_validators import _process_kwargs, _validate_vkwargs_dict
1414

1515
from six.moves import zip

0 commit comments

Comments
 (0)