From f201ec5636ad179bab451d4cf2a29aef62f19efd Mon Sep 17 00:00:00 2001 From: SGE Date: Mon, 1 Apr 2024 18:18:24 +0200 Subject: [PATCH] black format --- esphome/components/icnt86/touchscreen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphome/components/icnt86/touchscreen.py b/esphome/components/icnt86/touchscreen.py index 4765e0b0c4..0bce74707e 100644 --- a/esphome/components/icnt86/touchscreen.py +++ b/esphome/components/icnt86/touchscreen.py @@ -27,8 +27,7 @@ CONFIG_SCHEMA = touchscreen.TOUCHSCREEN_SCHEMA.extend( cv.Required(CONF_INTERRUPT_PIN): pins.internal_gpio_input_pin_schema, cv.Optional(CONF_RESET_PIN): pins.gpio_output_pin_schema, } - ) - .extend(i2c.i2c_device_schema(0x48)) + ).extend(i2c.i2c_device_schema(0x48)) )