Commit fe1d568
committed
fix(scripts): add missing defaultdict import in schema validation
`_build_schema_index()` uses `defaultdict` but `collections.defaultdict`
was not imported, causing `NameError` on every rebuild.1 parent 88a4a06 commit fe1d568
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments