Ruff: isort don't split imports based on trailing comma (#98162)

This commit is contained in:
Franck Nijhof 2023-08-10 14:27:03 +02:00 committed by GitHub
parent 726b0c5179
commit 868a5f377f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 135 additions and 580 deletions

View file

@ -21,12 +21,7 @@ from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from homeassistant.util import Throttle
from homeassistant.util.dt import get_time_zone
from .const import (
CONF_HOUSE_NUMBER,
CONF_HOUSE_NUMBER_SUFFIX,
CONF_ZIP_CODE,
LOGGER,
)
from .const import CONF_HOUSE_NUMBER, CONF_HOUSE_NUMBER_SUFFIX, CONF_ZIP_CODE, LOGGER
UPDATE_DELAY = timedelta(hours=12)
SCAN_INTERVAL = timedelta(hours=12)