瀏覽代碼

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],