mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 13:25:35 +00:00
* 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.