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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user