Cleanup deprecated json utils (#121069)
* Cleanup deprectated json utils * Adjust pylint
This commit is contained in:
parent
8709c668cc
commit
1332e39f9e
3 changed files with 0 additions and 92 deletions
|
@ -392,12 +392,6 @@ _OBSOLETE_IMPORT: dict[str, list[ObsoleteImportMatch]] = {
|
|||
constant=re.compile(r"^IMPERIAL_SYSTEM$"),
|
||||
),
|
||||
],
|
||||
"homeassistant.util.json": [
|
||||
ObsoleteImportMatch(
|
||||
reason="moved to homeassistant.helpers.json",
|
||||
constant=re.compile(r"^save_json|find_paths_unserializable_data$"),
|
||||
),
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue