diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-24 10:30:03 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-24 10:30:03 -0700 |
| commit | 9bf5610890530ce5db9af7ef89ae5b8612f46a94 (patch) | |
| tree | f461664da084539144e15ca0074e4bdda7bfd635 /django/dispatch | |
| parent | 382d324ccc0753962ec31ac23a4bde4fb2b9454e (diff) | |
Start attacking E231 violations
Diffstat (limited to 'django/dispatch')
| -rw-r--r-- | django/dispatch/saferef.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/dispatch/saferef.py b/django/dispatch/saferef.py index 7c971e44f7..c40dbba462 100644 --- a/django/dispatch/saferef.py +++ b/django/dispatch/saferef.py @@ -70,7 +70,7 @@ class BoundMethodWeakref(object): _allInstances = weakref.WeakValueDictionary() - def __new__(cls, target, onDelete=None, *arguments,**named): + def __new__(cls, target, onDelete=None, *arguments, **named): """Create new instance or return current instance Basically this method of construction allows us to |
