소스 검색

remove extra spaces

Daniel Høyer Iversen 5 년 전
부모
커밋
27a48f0108
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -35,7 +35,7 @@ class Switchbot:
         except bluepy.btle.BTLEException:
             _LOGGER.error("Failed to connect to switchmate", exc_info=True)
             return False
-        return True       
+        return True
 
     def _sendpacket(self, key, retry=2) -> bool:
         try: