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

Skip to content

Commit fa21b42

Browse files
authored
Merge pull request #26129 from artemshekh/cleanup/remove_outdated_comment
Remove outdated comment in `Artist.__getstate__`
2 parents e80cd21 + 69639f4 commit fa21b42

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)