Skip to content

Commit

Permalink
MNT: Remove duplicate assignment
Browse files Browse the repository at this point in the history
the same assignment is already done ~15 lines before
  • Loading branch information
timhoffm committed Dec 18, 2024
1 parent f8900ea commit 29b64e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/matplotlib/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,6 @@ def update_from(self, other):
self._solidcapstyle = other._solidcapstyle
self._solidjoinstyle = other._solidjoinstyle

self._linestyle = other._linestyle
self._marker = MarkerStyle(marker=other._marker)
self._drawstyle = other._drawstyle

Expand Down

0 comments on commit 29b64e0

Please sign in to comment.