mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Lint suppression cleanups (#47248)
* Unused pylint suppression cleanups * Remove outdated pylint bug references * Add flake8-noqa config and note to run it every now and then * Add codes to noqa's * Unused noqa cleanups
This commit is contained in:
@@ -12,7 +12,7 @@ from homeassistant.util import dt as dt_util
|
||||
from .typing import HomeAssistantType
|
||||
|
||||
if TYPE_CHECKING:
|
||||
import astral # pylint: disable=unused-import
|
||||
import astral
|
||||
|
||||
DATA_LOCATION_CACHE = "astral_location_cache"
|
||||
|
||||
|
Reference in New Issue
Block a user