Because of the convertor function we have no guarantee that what we're getting is in fact a `Dict[str, TYPE_var]`, it might well be anything in the values, so we need to do some casting and set the return type to object. This works out fine in practice as our declared `TypeDict` inputs in the actual function signatures will be used instead.pull/9066/head
parent
f4a1da0145
commit
386b312fa9
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue