Переглянути джерело

attempt to fix syntax error on python3.5

```
E     File "/home/runner/work/systemctl-mqtt/systemctl-mqtt/systemctl_mqtt/__init__.py", line 56
E       ) -> None:
E       ^
E   SyntaxError: invalid syntax
```

https://github.com/fphammerle/systemctl-mqtt/runs/1355338403
Fabian Peter Hammerle 3 роки тому
батько
коміт
c7623bbe56
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      systemctl_mqtt/__init__.py

+ 0 - 1
systemctl_mqtt/__init__.py

@@ -48,7 +48,6 @@ _LOGGER = logging.getLogger(__name__)
 class _State:
     def __init__(
         self,
-        *,
         mqtt_topic_prefix: str,
         homeassistant_discovery_prefix: str,
         homeassistant_node_id: str,