Explorar el Código

attempt to fix syntax error on python3.5

Fabian Peter Hammerle hace 4 años
padre
commit
0fce1c9217
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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],