Fix lint google-domains (#10135)
* Fix lint google-domains * Update google_domains.pypull/10138/head
parent
6c39e1ef19
commit
5fabfced38
|
@ -4,12 +4,12 @@ Integrate with Google Domains.
|
||||||
For more details about this component, please refer to the documentation at
|
For more details about this component, please refer to the documentation at
|
||||||
https://home-assistant.io/components/google_domains/
|
https://home-assistant.io/components/google_domains/
|
||||||
"""
|
"""
|
||||||
|
import asyncio
|
||||||
|
from datetime import timedelta
|
||||||
|
import logging
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import async_timeout
|
import async_timeout
|
||||||
import asyncio
|
|
||||||
import logging
|
|
||||||
from datetime import timedelta
|
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
Loading…
Reference in New Issue