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

Skip to content

Commit cb396f2

Browse files
committed
Fix git mistake
1 parent 04a69f0 commit cb396f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/cbook.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ def disconnect(self, cid):
240240
for eventname, callbackd in self.callbacks.items():
241241
try:
242242
del callbackd[cid]
243-
for key, value in self._func_cid_map.items():
244-
if value == cid:
245-
del self._func_cid_map[key]
246243
except KeyError:
247244
continue
248245
else:

0 commit comments

Comments
 (0)