1
0
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:
Matthias Urlichs
2018-03-11 18:01:12 +01:00
committed by Paulus Schoutsen
parent d42b5a93dd
commit f5cc40024d
44 changed files with 44 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ from homeassistant.core import HomeAssistant, callback
from homeassistant.config import DATA_CUSTOMIZE
from homeassistant.exceptions import NoEntitySpecifiedError
from homeassistant.util import ensure_unique_string, slugify
from homeassistant.util.async import run_callback_threadsafe
from homeassistant.util.async_ import run_callback_threadsafe
_LOGGER = logging.getLogger(__name__)
SLOW_UPDATE_WARNING = 10