mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Remove unnnecessary pylint configs from core (#98704)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user