(apps, schema_editor)
| 526 | |
| 527 | |
| 528 | def _runpython_reverse(apps, schema_editor) -> None: |
| 529 | _ = (apps, schema_editor) |
| 530 | |
| 531 | |
| 532 | def test_writer_format_runpython(tmp_path: Path, monkeypatch) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…