summaryrefslogtreecommitdiff
path: root/django/dispatch/weakref_backports.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/dispatch/weakref_backports.py')
-rw-r--r--django/dispatch/weakref_backports.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/dispatch/weakref_backports.py b/django/dispatch/weakref_backports.py
index 4647436891..edc86936de 100644
--- a/django/dispatch/weakref_backports.py
+++ b/django/dispatch/weakref_backports.py
@@ -66,4 +66,3 @@ class WeakMethod(ref):
return True
__hash__ = ref.__hash__
-