Commit da92ff4
committed
astructs: stop re-exporting AccessStruct
AccessStruct is no longer used by the vamos runtime or allocator.
Keeping it in the umbrella astructs import kept the obsolete helper in
the default public surface even after the caller cleanup was finished.
Stop re-exporting AccessStruct from astructs/__init__.py and update
the dedicated unit test to import it from its direct module instead.
This keeps the standalone compatibility module available without
presenting it as part of the primary typed-struct API.1 parent ec30bb7 commit da92ff4
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments