Browse Source

attempt to fix syntax error on python3.5

Fabian Peter Hammerle 3 years ago
parent
commit
0fce1c9217
1 changed files with 0 additions and 1 deletions
  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],