mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed E225 pep8 warnings.
This commit is contained in:
		| @@ -83,7 +83,7 @@ class BoundMethodWeakref(object): | ||||
|         of already-referenced methods. | ||||
|         """ | ||||
|         key = cls.calculateKey(target) | ||||
|         current =cls._allInstances.get(key) | ||||
|         current = cls._allInstances.get(key) | ||||
|         if current is not None: | ||||
|             current.deletionMethods.append(onDelete) | ||||
|             return current | ||||
|   | ||||
		Reference in New Issue
	
	Block a user