Detect blocking module imports in the event loop (#114488)
This commit is contained in:
parent
f01235ef74
commit
5038a035bd
9 changed files with 600 additions and 281 deletions
|
@ -14,7 +14,7 @@ from sqlalchemy.pool import (
|
|||
)
|
||||
|
||||
from homeassistant.helpers.frame import report
|
||||
from homeassistant.util.async_ import check_loop
|
||||
from homeassistant.util.loop import check_loop
|
||||
|
||||
from .const import DB_WORKER_PREFIX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue