(**_kwargs)
| 329 | importlib.invalidate_caches() |
| 330 | |
| 331 | async def fake_init(**_kwargs) -> None: |
| 332 | return None |
| 333 | |
| 334 | async def fake_applied(self) -> list[MigrationKey]: |
| 335 | return [ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…