diff --git a/esphome/components/kt0803/__init__.py b/esphome/components/kt0803/__init__.py index 01ca212b55..7f28bb2ca4 100644 --- a/esphome/components/kt0803/__init__.py +++ b/esphome/components/kt0803/__init__.py @@ -13,9 +13,6 @@ from esphome.const import ( DEVICE_CLASS_POWER, DEVICE_CLASS_EMPTY, ) -import logging - -_LOGGER = logging.getLogger(__name__) CODEOWNERS = ["@gabest11"] DEPENDENCIES = ["i2c"]