Rename homeassistant.util.async to .async_ (#13088)
"async" is (going to be) a reserved word.
This commit is contained in:
parent
d42b5a93dd
commit
f5cc40024d
44 changed files with 44 additions and 44 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import STATE_UNKNOWN, CONF_REGION
|
|||
from homeassistant.components.image_processing import (
|
||||
PLATFORM_SCHEMA, ImageProcessingEntity, CONF_CONFIDENCE, CONF_SOURCE,
|
||||
CONF_ENTITY_ID, CONF_NAME, ATTR_ENTITY_ID, ATTR_CONFIDENCE)
|
||||
from homeassistant.util.async import run_callback_threadsafe
|
||||
from homeassistant.util.async_ import run_callback_threadsafe
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue