Skip to content

Commit 29b64e0

Browse files
committed
MNT: Remove duplicate assignment
the same assignment is already done ~15 lines before
1 parent f8900ea commit 29b64e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/lines.py

-1
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,6 @@ def update_from(self, other):
13541354
self._solidcapstyle = other._solidcapstyle
13551355
self._solidjoinstyle = other._solidjoinstyle
13561356

1357-
self._linestyle = other._linestyle
13581357
self._marker = MarkerStyle(marker=other._marker)
13591358
self._drawstyle = other._drawstyle
13601359

0 commit comments

Comments
 (0)