Fix pylint plugin which checks relative imports (#62693)

This commit is contained in:
Ruslan Sayfutdinov
2021-12-23 19:14:47 +00:00
committed by GitHub
parent 00307e1ade
commit 55f4962c06
44 changed files with 209 additions and 237 deletions

View File

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