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
|
@ -9,7 +9,7 @@ from homeassistant.const import ATTR_ENTITY_PICTURE
|
|||
import homeassistant.components.camera as camera
|
||||
import homeassistant.components.http as http
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.util.async import run_coroutine_threadsafe
|
||||
from homeassistant.util.async_ import run_coroutine_threadsafe
|
||||
|
||||
from tests.common import (
|
||||
get_test_home_assistant, get_test_instance_port, assert_setup_component)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue