mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
reordering import
This commit is contained in:
parent
f31ac25168
commit
3dab47d701
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import esphome.codegen as cg
|
||||
import esphome.config_validation as cv
|
||||
from esphome.components import i2c, esp32
|
||||
from esphome.const import CONF_ID, CONF_TEMPERATURE_OFFSET, CONF_SAMPLE_RATE
|
||||
from esphome.const import CONF_ID, CONF_SAMPLE_RATE, CONF_TEMPERATURE_OFFSET
|
||||
|
||||
CODEOWNERS = ["@trvrnrth"]
|
||||
DEPENDENCIES = ["i2c"]
|
||||
|
|
Loading…
Reference in a new issue