diff options
Diffstat (limited to 'django/dispatch/saferef.py')
-rw-r--r-- | django/dispatch/saferef.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/dispatch/saferef.py b/django/dispatch/saferef.py index c0d2eeb788..2abe3300da 100644 --- a/django/dispatch/saferef.py +++ b/django/dispatch/saferef.py @@ -1,6 +1,5 @@ """Refactored "safe reference" from dispatcher.py""" import weakref, traceback -from django.utils.functional import curry def safeRef(target, onDelete = None): """Return a *safe* weak reference to a callable target |