mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Sort imports according to PEP8 for components starting with "H" (#29768)
This commit is contained in:
committed by
Franck Nijhof
parent
d58e6e924a
commit
8b39957c56
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user