aioresponses icon indicating copy to clipboard operation
aioresponses copied to clipboard

body should be annotated as `Union[bytes, str]`

Open bmerry opened this issue 4 years ago • 1 comments

The body argument is currently annotated as str, but it works perfectly well with bytes for providing binary responses.

bmerry avatar Jun 20 '20 08:06 bmerry

I posted a PR which makes this change: https://github.com/pnuckowski/aioresponses/pull/200

marcinsulikowski avatar Nov 24 '21 20:11 marcinsulikowski