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
main.py:12: error: Value of type variable "T" of "ctor" cannot be "Collection[Any]" [type-var]
main.py:12: error: Incompatible return value type (got "Collection[Any]", expected "list[Any] | dict[Any, Any]") [return-value]
Found 2 errors in 1 file (checked 1 source file)
See this code.
produces
possibly duplicate of #9424.
The text was updated successfully, but these errors were encountered: