Fix pylint plugin which checks relative imports (#62693)

This commit is contained in:
Ruslan Sayfutdinov 2021-12-23 19:14:47 +00:00 committed by GitHub
parent 00307e1ade
commit 55f4962c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 209 additions and 237 deletions

View file

@ -15,9 +15,9 @@ import requests
from homeassistant import config_entries
from homeassistant.core import CALLBACK_TYPE, Event, HassJob, HomeAssistant, callback
from homeassistant.exceptions import ConfigEntryAuthFailed, ConfigEntryNotReady
from homeassistant.helpers import entity, event
from homeassistant.util.dt import utcnow
from . import entity, event
from .debounce import Debouncer
REQUEST_REFRESH_DEFAULT_COOLDOWN = 10