Remove unnnecessary pylint configs from core (#98704)

This commit is contained in:
Ville Skyttä
2023-08-23 00:12:12 +03:00
committed by GitHub
parent e9af99e469
commit 6399d74c15
27 changed files with 27 additions and 63 deletions

View File

@ -11,7 +11,7 @@ from typing import TYPE_CHECKING, Any, Final
import orjson
from homeassistant.util.file import write_utf8_file, write_utf8_file_atomic
from homeassistant.util.json import ( # pylint: disable=unused-import # noqa: F401
from homeassistant.util.json import ( # noqa: F401
JSON_DECODE_EXCEPTIONS,
JSON_ENCODE_EXCEPTIONS,
SerializationError,