From 82c3e0db967ffb6ad5aa0d3a28ea1391d6dcfb71 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:57:18 +0000 Subject: [PATCH] apply automatic formatting fixes --- esphome/components/zigbee/const_zephyr.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/esphome/components/zigbee/const_zephyr.py b/esphome/components/zigbee/const_zephyr.py index 34329cd6e8..e1f090a30d 100644 --- a/esphome/components/zigbee/const_zephyr.py +++ b/esphome/components/zigbee/const_zephyr.py @@ -1,9 +1,6 @@ # These two schema keys live in esphome.components.const so entity base # schemas can use them without importing this package. -from esphome.const import ( # noqa: F401 # pylint: disable=unused-import - CONF_ZIGBEE_BINARY_SENSOR, - CONF_ZIGBEE_ID, -) +from esphome.const import CONF_ZIGBEE_BINARY_SENSOR, CONF_ZIGBEE_ID # noqa: F401 # pylint: disable=unused-import CONF_MAX_EP_NUMBER_ZEPHYR = 8 CONF_ZIGBEE_SENSOR = "zigbee_sensor"