Commit 5a1faf7
Remove unnecessary __init__ override in GoogleJsonSchemaTransformer
The __init__ method was just calling super().__init__() with the same
parameters, providing no additional functionality. The base class defaults
are exactly what we need:
- prefer_inlined_defs defaults to False (native $ref/$defs support)
- simplify_nullable_unions defaults to False (type: 'null' support)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 88be4f8 commit 5a1faf7
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
0 commit comments