help wantedtyping
倉庫指標
- 星標
- (6,787 顆星)
- PR 合併指標
- (平均合併 10小時 55分鐘) (30 天內合併 7 個 PR)
描述
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.