mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Rename homeassistant.util.async to .async_ (#13088)
"async" is (going to be) a reserved word.
This commit is contained in:
committed by
Paulus Schoutsen
parent
d42b5a93dd
commit
f5cc40024d
@@ -8,7 +8,7 @@ from ..core import HomeAssistant, callback
|
||||
from ..const import (
|
||||
ATTR_NOW, EVENT_STATE_CHANGED, EVENT_TIME_CHANGED, MATCH_ALL)
|
||||
from ..util import dt as dt_util
|
||||
from ..util.async import run_callback_threadsafe
|
||||
from ..util.async_ import run_callback_threadsafe
|
||||
|
||||
# PyLint does not like the use of threaded_listener_factory
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
Reference in New Issue
Block a user