Commit e8d99e5
authored
chore: Remove management/__init__.py from .fernignore (#834)
## Summary
- Removes `src/auth0/management/__init__.py` from `.fernignore` so the
Fern generator (5.8.4) can manage it directly
- Generator version 5.8.4 includes the Replay fix for `__init__.py`
handling
## Next steps
After regeneration, a follow-up commit will restore custom wiring in
`management/__init__.py`:
- `TYPE_CHECKING` imports for `ManagementClient`,
`AsyncManagementClient`, `CustomDomainHeader`, `TokenProvider`,
`AsyncTokenProvider`
- 5 `_dynamic_imports` entries for those classes
- 3 `__all__` entries (`ManagementClient`, `AsyncManagementClient`,
`CustomDomainHeader`)
Replay will preserve these additions in future regenerations.1 parent ffe61f6 commit e8d99e5
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments