Remove import (not sure how it got there)

This commit is contained in:
Jesse Hills 2021-11-11 10:35:18 +13:00
parent b226215593
commit 8cbb379898
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -2,7 +2,6 @@ import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.components import i2c
from esphome.const import CONF_ID
from esphome.core import CORE
CODEOWNERS = ["@trvrnrth"]
DEPENDENCIES = ["i2c"]