mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 10:59:24 +00:00
Update ruff to 0.12.0 (#147106)
This commit is contained in:
@@ -23,8 +23,7 @@ def import_async_get_exception_message() -> Callable[
|
||||
Defaults to English, requires translations to already be cached.
|
||||
"""
|
||||
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from .helpers.translation import (
|
||||
from .helpers.translation import ( # noqa: PLC0415
|
||||
async_get_exception_message as async_get_exception_message_import,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user