Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 33a9e9d

Browse files
committed
31646: remove import of unused deepcopy
1 parent 8d2ef75 commit 33a9e9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/plot/bezier_path.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#
1919
# http://www.gnu.org/licenses/
2020
#*****************************************************************************
21-
from copy import deepcopy
2221
from sage.plot.primitive import GraphicPrimitive_xydata
2322
from sage.misc.decorators import options, rename_keyword
2423
from sage.plot.colors import to_mpl_color

0 commit comments

Comments
 (0)