The extension variable for `UploadSet` has invalid type for the default types. https://github.com/Quart-Addons/quart-uploads/blob/f4cb320aa21277e43db4c5f668e914e800dcf37b/quart_uploads/set.py#L46 Need to add `Tuple[LiteralString[str]]` to the type.
The extension variable for
UploadSethas invalid type for the default types.quart-uploads/quart_uploads/set.py
Line 46 in f4cb320
Need to add
Tuple[LiteralString[str]]to the type.