소스 검색

Black reformat

Jason Rumney 4 년 전
부모
커밋
4049deab3e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      tests/devices/test_smartplug_encoded.py

+ 1 - 3
tests/devices/test_smartplug_encoded.py

@@ -16,9 +16,7 @@ UNKNOWN102_DPS = "102"
 UNKNOWN103_DPS = "103"
 
 
-class TestSwitchEncoded(
-    BasicNumberTests, SwitchableTests, TuyaDeviceTestCase
-):
+class TestSwitchEncoded(BasicNumberTests, SwitchableTests, TuyaDeviceTestCase):
     __test__ = True
 
     def setUp(self):