Commit 1f70227
Move SubstitutionFn after AtenToDialectPass class definition
The TypeAlias RHS is a runtime expression, not an annotation, so
__future__.annotations does not defer it. Move it after the class
so AtenToDialectPass is defined when the Callable type evaluates.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d07a763 commit 1f70227
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 30 | | |
37 | 31 | | |
38 | 32 | | |
| |||
117 | 111 | | |
118 | 112 | | |
119 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
0 commit comments