help wantedtyping
Repository-Metriken
- Stars
- (6.787 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 10h 55m) (7 gemergte PRs in 30 T)
Beschreibung
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.