Преглед на файлове

cleanup(entity): remove unused import

After a lot of back and forth on deprecation logging, some left over
imports remained.
Jason Rumney преди 7 месеца
родител
ревизия
da6831d9c8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      custom_components/tuya_local/entity.py

+ 0 - 1
custom_components/tuya_local/entity.py

@@ -9,7 +9,6 @@ from homeassistant.const import (
     UnitOfArea,
     UnitOfTemperature,
 )
-from homeassistant.exceptions import HomeAssistantError
 from homeassistant.helpers.entity import EntityCategory
 
 _LOGGER = logging.getLogger(__name__)