فهرست منبع

cleanup(entity): remove unused import

After a lot of back and forth on deprecation logging, some left over
imports remained.
Jason Rumney 4 ماه پیش
والد
کامیت
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,
     UnitOfArea,
     UnitOfTemperature,
     UnitOfTemperature,
 )
 )
-from homeassistant.exceptions import HomeAssistantError
 from homeassistant.helpers.entity import EntityCategory
 from homeassistant.helpers.entity import EntityCategory
 
 
 _LOGGER = logging.getLogger(__name__)
 _LOGGER = logging.getLogger(__name__)