mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
fc60d02c3e
The types for these class methods were mixed up. The async method returned an optional `Model`, while the synchronous method returned a `Future`. It's the other way around. Fixes #7103