mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Start attacking E231 violations
This commit is contained in:
		| @@ -810,7 +810,7 @@ def filesizeformat(bytes): | ||||
|     """ | ||||
|     try: | ||||
|         bytes = float(bytes) | ||||
|     except (TypeError,ValueError,UnicodeDecodeError): | ||||
|     except (TypeError, ValueError, UnicodeDecodeError): | ||||
|         value = ungettext("%(size)d byte", "%(size)d bytes", 0) % {'size': 0} | ||||
|         return avoid_wrapping(value) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user