marshmallow-code/marshmallow
Type hinting for `load` is too strict
Ouverte
#1 457 ouverte le 12 nov. 2019
help wantedtyping
Métriques du dépôt
- Stars
- (6 787 étoiles)
- Métriques de merge PR
- (Merge moyen 10h 55m) (7 PRs mergées en 30 j)
Description
The type hinting for load's data argument is set to typing.Mapping which makes sense for the many=False case, but for many=True case the type of data is list, which isn't a Mapping type.