mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +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`).