Sort imports according to PEP8 for components starting with "H" (#29768)
This commit is contained in:
parent
d58e6e924a
commit
8b39957c56
16 changed files with 70 additions and 71 deletions
|
@ -1,11 +1,12 @@
|
|||
"""Test HTML5 notify platform."""
|
||||
import json
|
||||
from unittest.mock import patch, MagicMock, mock_open
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
|
||||
from aiohttp.hdrs import AUTHORIZATION
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
import homeassistant.components.html5.notify as html5
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
CONFIG_FILE = "file.conf"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue