1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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

@@ -10,7 +10,7 @@ from threading import Thread
import time
import traceback
from homeassistant.util.thread import async_raise
from .thread import async_raise
_LOGGER = logging.getLogger(__name__)