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:
committed by
GitHub
parent
00307e1ade
commit
55f4962c06
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user