Преглед изворни кода

Tests: reformat to satisfy black

Jason Rumney пре 2 година
родитељ
комит
84c27f235c
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      tests/test_device_config.py

+ 4 - 1
tests/test_device_config.py

@@ -67,7 +67,10 @@ KNOWN_DPS = {
         "required": [{"or": ["preset_mode", "speed"]}],
         "optional": ["switch", "oscillate", "direction"],
     },
-    "humidifier": {"required": ["humidity"], "optional": ["switch", "mode", "current_humidity"]},
+    "humidifier": {
+        "required": ["humidity"],
+        "optional": ["switch", "mode", "current_humidity"],
+    },
     "lawn_mower": {"required": ["activity", "command"], "optional": []},
     "light": {
         "required": [{"or": ["switch", "brightness", "effect"]}],