]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Black-ify 582/head
authorZaar Hai <haizaar@haizaar.com>
Tue, 16 Jul 2019 11:36:19 +0000 (21:36 +1000)
committerZaar Hai <haizaar@haizaar.com>
Tue, 16 Jul 2019 11:36:19 +0000 (21:36 +1000)
starlette/datastructures.py

index 6d49b5cae662778ff2d44b6f066ef0b339860273..ae23e23736bac64056d3209ffb51a9d9a43e742c 100644 (file)
@@ -418,6 +418,7 @@ class UploadFile:
     """
     An uploaded file included as part of the request data.
     """
+
     spool_max_size = 1024 * 1024
 
     def __init__(