mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
The latest mypy complained that the signature didn't match that in the superclass: Serializer.load_payload() has a serializer argument. I don't know this project but I think it's best to just add that argument (rather than adding `# type: ignore`).