MAINT: cleanup imports of tempdir....
MAINT: cleanup imports of tempdir.
Many files were importing tempdir from IPython.utils, though all the
changes are now upstream in Python. Import directly from tempdir.
Use isort/darker on touched files to cleanup imports at the same time