From 7629dcbeca823dd293bbdad2aca09d9b41c283fd Mon Sep 17 00:00:00 2001 From: Zaar Hai Date: Tue, 16 Jul 2019 21:36:19 +1000 Subject: [PATCH] Black-ify --- starlette/datastructures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/starlette/datastructures.py b/starlette/datastructures.py index 6d49b5ca..ae23e237 100644 --- a/starlette/datastructures.py +++ b/starlette/datastructures.py @@ -418,6 +418,7 @@ class UploadFile: """ An uploaded file included as part of the request data. """ + spool_max_size = 1024 * 1024 def __init__( -- 2.47.2