python-rapidjson icon indicating copy to clipboard operation
python-rapidjson copied to clipboard

another typing correction: Missing positional argument "stream" in call to "__call__" of "Encoder"

Open brianmedigate opened this issue 5 months ago • 3 comments

It looks like the type hint for Encoder.__call__() is missing the default value for the stream parameter. Mypy warns that I didn't pass the argument, but in practice it doesn't seem to be required.

I am using version 1.20.

brianmedigate avatar Aug 31 '24 19:08 brianmedigate