1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

Start attacking E231 violations

This commit is contained in:
Alex Gaynor
2013-10-24 10:30:03 -07:00
parent 382d324ccc
commit 9bf5610890
31 changed files with 92 additions and 90 deletions

View File

@@ -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