diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index dead21b9..f5af4c95 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_modules/tyro/_parsers/index.html b/_modules/tyro/_parsers/index.html index 88aa6998..60618440 100644 --- a/_modules/tyro/_parsers/index.html +++ b/_modules/tyro/_parsers/index.html @@ -775,7 +775,7 @@

Source code for tyro._parsers

                 )
 
             # Strip the subcommand config from the option type.
-            option_origin, annotations = _resolver.unwrap_annotated(option)
+            option_origin, annotations = _resolver.unwrap_annotated(option)  # type: ignore
             annotations = tuple(
                 a
                 for a in annotations