Browse Source

tests: Adjust whitespace to satisfy ruff

I don't quite get this one. voluptuous belongs with the third party imports,
but it is out of alphabetical order. Or does import always come before
from ... import?
Jason Rumney 2 năm trước cách đây
mục cha
commit
9a9883a2e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test_device_config.py

+ 1 - 1
tests/test_device_config.py

@@ -1,8 +1,8 @@
 """Test the config parser"""
 from unittest import IsolatedAsyncioTestCase
 from unittest.mock import MagicMock
-import voluptuous as vol
 
+import voluptuous as vol
 from fuzzywuzzy import fuzz
 from homeassistant.components.sensor import SensorDeviceClass