From: Zaar Hai Date: Tue, 16 Jul 2019 11:36:19 +0000 (+1000) Subject: Black-ify X-Git-Tag: 0.12.4~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F582%2Fhead;p=thirdparty%2Fstarlette.git Black-ify --- 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__(