Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69639f4

Browse files
committed
Remove outdated comment in Artist.__getstate__
1 parent e80cd21 commit 69639f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/artist.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ def __init__(self):
215215

216216
def __getstate__(self):
217217
d = self.__dict__.copy()
218-
# remove the unpicklable remove method, this will get re-added on load
219-
# (by the Axes) if the artist lives on an Axes.
220218
d['stale_callback'] = None
221219
return d
222220

0 commit comments

Comments
 (0)