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

Skip to content

Commit a4ed400

Browse files
committed
MNT: remove out-dated TODO
1 parent 0a4fe6d commit a4ed400

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/_pylab_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def draw_all(cls, force=False):
146146
state machine.
147147
"""
148148
for f_mgr in cls.get_all_fig_managers():
149-
# TODO add logic to check if figure is stale
150149
if force or f_mgr.canvas.figure.stale:
151150
f_mgr.canvas.draw_idle()
152151

0 commit comments

Comments
 (0)