4
0
Эх сурвалжийг харах

cleanup: reorder and split imports to satisfy ruff

Jason Rumney 3 сар өмнө
parent
commit
79c9a332bb

+ 1 - 1
custom_components/tuya_local/__init__.py

@@ -14,9 +14,9 @@ from homeassistant.const import CONF_HOST
 from homeassistant.core import HomeAssistant, callback
 from homeassistant.core import HomeAssistant, callback
 from homeassistant.exceptions import ConfigEntryNotReady
 from homeassistant.exceptions import ConfigEntryNotReady
 from homeassistant.helpers.entity_registry import (
 from homeassistant.helpers.entity_registry import (
-    async_migrate_entries,
     async_get as async_get_entity_registry,
     async_get as async_get_entity_registry,
 )
 )
+from homeassistant.helpers.entity_registry import async_migrate_entries
 from homeassistant.util import slugify
 from homeassistant.util import slugify
 
 
 from .const import (
 from .const import (