mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Fix lint google-domains (#10135)
* Fix lint google-domains * Update google_domains.py
This commit is contained in:
parent
6c39e1ef19
commit
5fabfced38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user