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
|
@ -7,7 +7,7 @@ from unittest.mock import patch
|
|||
import homeassistant.core as ha
|
||||
import homeassistant.components as core_components
|
||||
from homeassistant.const import (SERVICE_TURN_ON, SERVICE_TURN_OFF)
|
||||
from homeassistant.util.async import run_coroutine_threadsafe
|
||||
from homeassistant.util.async_ import run_coroutine_threadsafe
|
||||
from homeassistant.util import dt as dt_util
|
||||
from homeassistant.helpers import state
|
||||
from homeassistant.const import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue