diff --git a/esphome/components/binary_sensor/ttp229_bsf.py b/esphome/components/binary_sensor/ttp229_bsf.py index c4a0173aba..610c2528c4 100644 --- a/esphome/components/binary_sensor/ttp229_bsf.py +++ b/esphome/components/binary_sensor/ttp229_bsf.py @@ -22,4 +22,3 @@ def to_code(config): yield rhs = TTP229BSFChannel.new(config[CONF_NAME], config[CONF_CHANNEL]) binary_sensor.register_binary_sensor(hub.add_channel(rhs), config) - \ No newline at end of file