Skip to content

Commit 661f7f0

Browse files
committed
Address @QuLogic comment
1 parent 1d919c1 commit 661f7f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/lines.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
2D lines with support for a variety of line styles, markers, colors, etc.
33
"""
44

5+
import copy
6+
57
from numbers import Integral, Number, Real
68
import logging
79

@@ -16,7 +18,6 @@
1618
from .path import Path
1719
from .transforms import Bbox, BboxTransformTo, TransformedPath
1820
from ._enums import JoinStyle, CapStyle
19-
import copy
2021

2122
# Imported here for backward compatibility, even though they don't
2223
# really belong.

0 commit comments

Comments
 (0)