typeshed
typeshed copied to clipboard
[oauthlib] Fix type on body argument of oauthlib.oauth1.Client.sign()
From the function docstring: "The body argument may be a dict, a list of 2-tuples, or a formencoded string."
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉