mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02: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
@@ -4,10 +4,10 @@ homeassistant.util package
|
||||
Submodules
|
||||
----------
|
||||
|
||||
homeassistant.util.async module
|
||||
homeassistant.util.async_ module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: homeassistant.util.async
|
||||
.. automodule:: homeassistant.util.async_
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
Reference in New Issue
Block a user