Procházet zdrojové kódy

cleanup(tests): sort imports in main code

Jason Rumney před 2 týdny
rodič
revize
fcec36bd1e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      custom_components/tuya_local/entity.py

+ 1 - 1
custom_components/tuya_local/entity.py

@@ -6,8 +6,8 @@ import json
 import logging
 
 from homeassistant.const import (
-    UnitOfDensity,
     UnitOfArea,
+    UnitOfDensity,
     UnitOfTemperature,
 )
 from homeassistant.helpers.entity import EntityCategory