Procházet zdrojové kódy

Reformat Beok tests with black.

Fixes lint warnings.
Jason Rumney před 4 roky
rodič
revize
254f0bd48e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/devices/test_beok_tr9b_thermostat.py

+ 1 - 1
tests/devices/test_beok_tr9b_thermostat.py

@@ -39,7 +39,7 @@ class TestBeokTR9BThermostat(
     MultiSelectTests,
     BasicSwitchTests,
     TargetTemperatureTests,
-    TuyaDeviceTestCase
+    TuyaDeviceTestCase,
 ):
     __test__ = True