Fix import pylint warning in core tests (#119359)

This commit is contained in:
epenet 2024-06-11 15:04:00 +02:00 committed by GitHub
parent e57bac6da8
commit 65befcf5d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 35 deletions

View file

@ -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: