def test_import():
    from matplotlib_inline.backend_inline import show

    show()
