mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix pylint plugin which checks relative imports (#62693)
This commit is contained in:
committed by
GitHub
parent
00307e1ade
commit
55f4962c06
@ -1,7 +1,7 @@
|
||||
"""Block I/O being done in asyncio."""
|
||||
from http.client import HTTPConnection
|
||||
|
||||
from homeassistant.util.async_ import protect_loop
|
||||
from .util.async_ import protect_loop
|
||||
|
||||
|
||||
def enable() -> None:
|
||||
|
Reference in New Issue
Block a user