Fix issue #1312: Type (typehint) error when calling db.Model
subclass constructor with parameters#1321
Open
cainmagi wants to merge 10 commits intopallets-eco:stablefrom
Open
Fix issue #1312: Type (typehint) error when calling `db.Model` subclass constructor with parameters#1321cainmagi wants to merge 10 commits intopallets-eco:stablefrom
cainmagi wants to merge 10 commits intopallets-eco:stablefrom
Commits
Commits on Mar 27, 2024
Commits on Apr 29, 2024
- authored
- committed
- committed
- committed
- committed
`t.cast` should accept `t.Type[...]` instead of `type[...]` to prevent runtime failure in python3.8.
committed