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
Rename load_from_path_untyped to load_from_path_erased. (#23441)
# Objective
- Rename this method to match up with `load_erased`.
- Untyped loads are for loads that don't provide an expected type.
That's not the case here!
## Solution
- Rename!
No migration guide because this was introduced in the 0.19 cycle.
0 commit comments