Type hint improvements (#33082)

This commit is contained in:
Ville Skyttä 2020-04-17 21:33:58 +03:00 committed by GitHub
parent f04be61f6f
commit 267d98b5eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 124 additions and 73 deletions

View file

@ -35,7 +35,7 @@ from homeassistant.helpers.entity_registry import (
from homeassistant.util import dt as dt_util, ensure_unique_string, slugify
from homeassistant.util.async_ import run_callback_threadsafe
# mypy: allow-untyped-defs, no-check-untyped-defs, no-warn-return-any
# mypy: allow-untyped-defs, no-check-untyped-defs
_LOGGER = logging.getLogger(__name__)
SLOW_UPDATE_WARNING = 10