(apps, schema_editor)
| 522 | |
| 523 | |
| 524 | def _runpython_forward(apps, schema_editor) -> None: |
| 525 | _ = (apps, schema_editor) |
| 526 | |
| 527 | |
| 528 | def _runpython_reverse(apps, schema_editor) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…