Sort imports according to PEP8 for aws (#29704)

This commit is contained in:
Bas Nijholt
2019-12-09 11:23:21 +01:00
committed by Franck Nijhof
parent f9e9a5e4cb
commit ea39d5b428
3 changed files with 4 additions and 4 deletions

View File

@ -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