Skip to content

Commit 3f7a552

Browse files
committed
MNT: Remove the renamed parameter s to signal in callback registry
This follows the deprecation period.
1 parent 01dd9c2 commit 3f7a552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/cbook/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def __setstate__(self, state):
206206
s: {proxy: cid for cid, proxy in d.items()}
207207
for s, d in self.callbacks.items()}
208208

209-
@_api.rename_parameter("3.4", "s", "signal")
210209
def connect(self, signal, func):
211210
"""Register *func* to be called when signal *signal* is generated."""
212211
if signal == "units finalize":

0 commit comments

Comments
 (0)