Commit fd0e08a
authored
Change the order of arguments to
# Objective
- Requested by cart:
https://discord.com/channels/691052431525675048/749332104487108618/1484705643330797678
## Solution
- Reorder the arguments of `load_erased`.
- This makes it look more like `load` (the type comes first and then the
path).
- Paths could also be quite long, so it's nice to get the "short
argument" out of the way first.
No migration guide because this was introduced in the 0.19 cycle.load_erased. (#23440)1 parent d7048fa commit fd0e08a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
378 | 377 | | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
0 commit comments