You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Insert and Update use generics to specify which table it's being performed on. So instead of Insert, it should be Insert[TableInstance], or something like that.
We have ./scripts/pyright.sh for testing this.
The text was updated successfully, but these errors were encountered:
Every few months it seems like pyright gets stricter and detects more type errors.
This is partially ambiguous:
piccolo/piccolo/table.py
Line 472 in 8fd69e7
Because
Insert
andUpdate
use generics to specify which table it's being performed on. So instead of Insert, it should beInsert[TableInstance]
, or something like that.We have
./scripts/pyright.sh
for testing this.The text was updated successfully, but these errors were encountered: