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
Interesting, I haven't seen this error but I guess it's because we use Callable instead of Callable[..., Any]? Are you using strict mode when running pyright? I haven't been, but given the nature of this project perhaps I should.
Pyright does not believe that the types for
tyro.conf.arg
andtyro.conf.subcommand
have been fully specified:The text was updated successfully, but these errors were encountered: