Commit 3d30769
style(slot): use future annotations and unquote self-references (#1140)
The slot module is not a Pydantic model: Slot is a plain Uint64 (int)
subclass, so the project prohibition on future annotations in Pydantic
files does not apply here.
Add the future import and unquote the now-unnecessary self-referential
annotations. Behavior is identical; just check passes.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e9fd199 commit 3d30769
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments