From 3eddd39a5aa52d40fbc2e0a12b463d270ddfeba2 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 2 Nov 2023 12:44:44 +0100 Subject: adding linting with ruff --- scripts/mqtt_watch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/mqtt_watch.py') diff --git a/scripts/mqtt_watch.py b/scripts/mqtt_watch.py index d61ecc0..a845d30 100644 --- a/scripts/mqtt_watch.py +++ b/scripts/mqtt_watch.py @@ -3,9 +3,8 @@ import os from datetime import datetime -import paho.mqtt.client as mqtt -import common +import paho.mqtt.client as mqtt mqtt_server = os.environ['el_mqtt_server'] mqtt_port = int(os.environ['el_mqtt_port']) -- cgit v1.2.3