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
I encountered this error in the return type when experimenting with typing_extensions.Doc. Annotated should be unwrapped to get the actual type.
In the above error log.
UserWarning: Could not resolve the type hint of `typing.Annotated[<type>, Doc('of type `x`.')]`. I have ended the resolution here to not make your code break, but some types might not be working correctly. Please open an issue at https://github.com/wesselb/plum.
The text was updated successfully, but these errors were encountered:
Error log
I encountered this error in the return type when experimenting with
typing_extensions.Doc
.Annotated
should be unwrapped to get the actual type.In the above error log.
The text was updated successfully, but these errors were encountered: