소스 검색

cleanup(entity): remove unused import

After a lot of back and forth on deprecation logging, some left over
imports remained.
Jason Rumney 9 달 전
부모
커밋
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__)