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 1 to "set_files" of "FileChooser" has incompatible type "list[str]"; expected "str | Path | FilePayload | list[str | Path] | list[FilePayload]" [arg-type]
"List" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
Consider using "Sequence" instead, which is covariant
it should be using a Sequence instead, as the error suggests