mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +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
@@ -5,7 +5,7 @@ from unittest import TestCase
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.util import async as hasync
|
||||
from homeassistant.util import async_ as hasync
|
||||
|
||||
|
||||
@patch('asyncio.coroutines.iscoroutine')
|
||||
|
||||
Reference in New Issue
Block a user