mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-02 14:01:31 +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`).