Ver Fonte

cleanup(tests): sort imports

Jason Rumney há 3 semanas atrás
pai
commit
0f5974c679
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/test_entity.py

+ 1 - 1
tests/test_entity.py

@@ -4,8 +4,8 @@ from unittest.mock import AsyncMock, MagicMock, patch
 
 import pytest
 from homeassistant.const import (
-    UnitOfDensity,
     UnitOfArea,
+    UnitOfDensity,
     UnitOfTemperature,
 )
 from homeassistant.helpers.entity import EntityCategory