Skip to content

Commit 469e03b

Browse files
authored
Merge pull request matplotlib#29345 from timhoffm/remove-duplicate
MNT: Remove duplicate assignment
2 parents f8900ea + 29b64e0 commit 469e03b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/lines.py

Lines changed: 0 additions & 1 deletion
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)