The code is hard-coded to pass `None` to the Werkzeug `FileStorage` class, rather than passing through the `headers` keyword argument. Also it's typed as `Any`, rather than as `werkzeug.Headers` like the doc comment implies.
The code is hard-coded to pass
Noneto the WerkzeugFileStorageclass, rather than passing through theheaderskeyword argument.Also it's typed as
Any, rather than aswerkzeug.Headerslike the doc comment implies.