Fix import pylint warning in core tests (#119359)
This commit is contained in:
parent
e57bac6da8
commit
65befcf5d4
7 changed files with 46 additions and 35 deletions
|
@ -14,7 +14,7 @@ import pytest
|
|||
from homeassistant import block_async_io
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from tests.common import extract_stack_to_frame
|
||||
from .common import extract_stack_to_frame
|
||||
|
||||
|
||||
async def test_protect_loop_debugger_sleep(caplog: pytest.LogCaptureFixture) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue