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
Argument of type "type[Null]" cannot be assigned to parameter "value" of type "ExpandType" in function "insert"
"type[type]" is incompatible with "type[ExpandType]"
The text was updated successfully, but these errors were encountered:
Trying to do something like:
results in
TypeError: 'builtins.ExpandType' object is not callable
.it looks like this is because these are defined:
as singleton instances so you need to pass:
but that currently returns a type error:
The text was updated successfully, but these errors were encountered: