8000 Remove duplicated dict update. · matplotlib/matplotlib@9c952ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c952ef

Browse files
committed
Remove duplicated dict update.
1 parent 201768b commit 9c952ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/patches.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,8 +1271,6 @@ def __init__(self, x, y, dx, dy, width=0.001, length_includes_head=False,
12711271

12721272
docstring.interpd.update({"FancyArrow": FancyArrow.__init__.__doc__})
12731273

1274-
docstring.interpd.update({"FancyArrow": FancyArrow.__init__.__doc__})
1275-
12761274

12771275
class YAArrow(Patch):
12781276
"""

0 commit comments

Comments
 (0)
0