mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Update ruff to 0.12.0 (#147106)
This commit is contained in:
@ -235,10 +235,7 @@ def find_paths_unserializable_data(
|
||||
|
||||
This method is slow! Only use for error handling.
|
||||
"""
|
||||
from homeassistant.core import ( # pylint: disable=import-outside-toplevel
|
||||
Event,
|
||||
State,
|
||||
)
|
||||
from homeassistant.core import Event, State # noqa: PLC0415
|
||||
|
||||
to_process = deque([(bad_data, "$")])
|
||||
invalid = {}
|
||||
|
Reference in New Issue
Block a user