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 "A" (#29761)
This commit is contained in:
committed by
Franck Nijhof
parent
73de69896b
commit
96961b9bcc
@@ -2,11 +2,12 @@
|
||||
import asyncio
|
||||
from datetime import datetime
|
||||
import logging
|
||||
from unittest.mock import patch, MagicMock
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import aioautomatic
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components.automatic.device_tracker import async_setup_scanner
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user