소스 검색

fix indentation

Jason Rumney 8 달 전
부모
커밋
5c6e67ec9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      custom_components/tuya_local/device.py

+ 1 - 1
custom_components/tuya_local/device.py

@@ -287,7 +287,7 @@ class TuyaLocalDevice(object):
                 )
                 raise e
 
-      async def async_receive(self):
+    async def async_receive(self):
         """Receive messages from a persistent connection asynchronously."""
         # If we didn't yet get any state from the device, we may need to
         # negotiate the protocol before making the connection persistent