1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00
Files
esphome/esphome/components/mqtt_subscribe/__init__.py
Guillermo Ruffino 69879920eb add-black (#1593)
* Add black

Update pre commit

Update pre commit

add empty line

* Format with black
2021-03-07 16:03:16 -03:00

4 lines
92 B
Python

import esphome.codegen as cg
mqtt_subscribe_ns = cg.esphome_ns.namespace("mqtt_subscribe")