mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Sort imports according to PEP8 for 'homeassistant' folder (#29789)
Components are already done
This commit is contained in:
committed by
Franck Nijhof
parent
29ec17d50d
commit
67c56c860d
@ -1,5 +1,5 @@
|
||||
"""Typing Helpers for Home Assistant."""
|
||||
from typing import Dict, Any, Tuple, Optional
|
||||
from typing import Any, Dict, Optional, Tuple
|
||||
|
||||
import homeassistant.core
|
||||
|
||||
|
Reference in New Issue
Block a user