This was causing the wheels to fail to build. We need
to workout why when we don't have release pressure
This reverts commit d9d22a95563c745ce6a50095f7de902eb078805d.
* Don't treat typing as an "in-between" module for import order
That was a < 3.5 era thing.
* Tighten scope of some pylint unused-import disables
To avoid isort moving a top level one around, undesirably broadening its
scope.