Commit Graph
2 Commits
Author SHA1 Message Date
Will Frey 9befe5ff00 Update json.dump to only require fp: SupportsWrite[str] (#9396)
Presently, `json.dump` requires `fp` be of type `IO[str]` but in reality and according to the docs, `json.dump` only requires ` SupportsWrite[str]`.
2022-12-21 11:00:27 -08:00
Will Frey 17b2f31b8c Use ReadableBuffer instead of bytes in base64.pyi (#7605) 2022-04-07 19:47:04 +02:00