mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Sort imports according to PEP8 for aws (#29704)
This commit is contained in:
committed by
Franck Nijhof
parent
f9e9a5e4cb
commit
ea39d5b428
@ -1,5 +1,5 @@
|
||||
"""Tests for the aws component config and setup."""
|
||||
from asynctest import patch as async_patch, MagicMock, CoroutineMock
|
||||
from asynctest import CoroutineMock, MagicMock, patch as async_patch
|
||||
|
||||
from homeassistant.components import aws
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
Reference in New Issue
Block a user