esphome/esphome/components/st7735/__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

3 lines
76 B
Python

import esphome.codegen as cg
st7735_ns = cg.esphome_ns.namespace("st7735")