summaryrefslogtreecommitdiff
path: root/src/blinker/_saferef.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/blinker/_saferef.py')
-rw-r--r--src/blinker/_saferef.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blinker/_saferef.py b/src/blinker/_saferef.py
index 39ac90c..dcb70c1 100644
--- a/src/blinker/_saferef.py
+++ b/src/blinker/_saferef.py
@@ -108,7 +108,7 @@ class BoundMethodWeakref:
produce the same BoundMethodWeakref instance.
"""
- _all_instances = weakref.WeakValueDictionary() # type: ignore
+ _all_instances = weakref.WeakValueDictionary() # type: ignore[var-annotated]
def __new__(cls, target, on_delete=None, *arguments, **named):
"""Create new instance or return current instance.