()
| 40 | from IPython.core import prefilter |
| 41 | |
| 42 | def test_import_prompts(): |
| 43 | from IPython.core import prompts |
| 44 | |
| 45 | def test_import_release(): |
| 46 | from IPython.core import release |
nothing calls this directly
no outgoing calls
no test coverage detected