mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed flake8 E251 violations
This commit is contained in:
		| @@ -9,7 +9,7 @@ import traceback | ||||
| import weakref | ||||
|  | ||||
|  | ||||
| def safeRef(target, onDelete = None): | ||||
| def safeRef(target, onDelete=None): | ||||
|     """Return a *safe* weak reference to a callable target | ||||
|  | ||||
|     target -- the object to be weakly referenced, if it's a | ||||
|   | ||||
		Reference in New Issue
	
	Block a user