Closed luochen1990 closed 2 months ago
Add & fix type annotations so that it pass the pylance / pyright strict mode type checking.
Any is used for some case, might be removed and replaced by TypedDict if there are more information.
Any
TypedDict
Looks good. I'll merge right away!
Add & fix type annotations so that it pass the pylance / pyright strict mode type checking.
Any
is used for some case, might be removed and replaced byTypedDict
if there are more information.