Fix lint google-domains (#10135)

* Fix lint google-domains

* Update google_domains.py
pull/10138/head
Pascal Vizeli 2017-10-25 15:43:02 +02:00 committed by GitHub
parent 6c39e1ef19
commit 5fabfced38
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ Integrate with Google Domains.
For more details about this component, please refer to the documentation at
https://home-assistant.io/components/google_domains/
"""
import asyncio
from datetime import timedelta
import logging
import aiohttp
import async_timeout
import asyncio
import logging
from datetime import timedelta
import voluptuous as vol
import homeassistant.helpers.config_validation as cv