Commit b5f4735
committed
Refactor SPH TL3 to follow consistent export pattern
Changed SPH TL3 profile to use the same export pattern as all other
profile files (MIN, MID, SPH, MOD, etc.):
- Added SPH_TL3_REGISTER_MAPS dictionary export in sph_tl3.py
- Use **SPH_TL3_REGISTER_MAPS spread in __init__.py
- Removed inconsistent direct profile import approach
This matches the established pattern:
- min.py exports MIN_REGISTER_MAPS
- mid.py exports MID_REGISTER_MAPS
- sph.py exports SPH_REGISTER_MAPS
- sph_tl3.py now exports SPH_TL3_REGISTER_MAPS (consistent!)
Benefits:
- Consistent with all other profile files
- Easier to add multiple profiles per file
- Cleaner dictionary spread pattern
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3bd8e15 commit b5f4735
2 files changed
Lines changed: 5 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
145 | 124 | | |
0 commit comments