소스 검색

attempt to fix syntax error on python3.5

Fabian Peter Hammerle 3 년 전
부모
커밋
0fce1c9217
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      systemctl_mqtt/__init__.py

+ 0 - 1
systemctl_mqtt/__init__.py

@@ -261,7 +261,6 @@ def _mqtt_on_connect(
 
 
 def _run(
-    *,
     mqtt_host: str,
     mqtt_port: int,
     mqtt_username: typing.Optional[str],