Explorar el Código

cleanup(services): import order

Jason Rumney hace 4 semanas
padre
commit
eb66f136c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      custom_components/tuya_local/services.py

+ 1 - 1
custom_components/tuya_local/services.py

@@ -16,7 +16,7 @@ from homeassistant.helpers import service
 
 from .const import DOMAIN
 from .infrared import TuyaRemoteCommand
-from .remote import TuyaLocalRemote, FLAG_SAVE_DELAY
+from .remote import FLAG_SAVE_DELAY, TuyaLocalRemote
 
 REMOTE_SEND_IR_COMMAND_SCHEMA = {
     vol.Required("emitter_entity_id"): cv.entity_id,