mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Update ruff to 0.12.0 (#147106)
This commit is contained in:
@@ -354,7 +354,7 @@ class Store[_T: Mapping[str, Any] | Sequence[Any]]:
|
||||
corrupt_path,
|
||||
err,
|
||||
)
|
||||
from .issue_registry import ( # pylint: disable=import-outside-toplevel
|
||||
from .issue_registry import ( # noqa: PLC0415
|
||||
IssueSeverity,
|
||||
async_create_issue,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user