Cleanup deprecated json utils (#121069)

* Cleanup deprectated json utils

* Adjust pylint
This commit is contained in:
epenet 2024-07-03 15:57:32 +02:00 committed by GitHub
parent 8709c668cc
commit 1332e39f9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 92 deletions

View file

@ -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$"),
),
],
}