mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Fix pylint plugin which checks relative imports (#62693)
This commit is contained in:
committed by
GitHub
parent
00307e1ade
commit
55f4962c06
@@ -6,7 +6,7 @@ from typing import Any
|
||||
|
||||
import async_timeout
|
||||
|
||||
from homeassistant.helpers.frame import report
|
||||
from .helpers.frame import report
|
||||
|
||||
|
||||
def timeout(
|
||||
|
||||
Reference in New Issue
Block a user