From 6e7d2ebfbb7ad61cc00d12ac3ce0b21d903abf32 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 6 Jan 2025 16:05:18 +0800 Subject: [PATCH] PyThermostat: Clean plot --- pythermostat/pythermostat/plot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pythermostat/pythermostat/plot.py b/pythermostat/pythermostat/plot.py index ab09284..9c9c450 100644 --- a/pythermostat/pythermostat/plot.py +++ b/pythermostat/pythermostat/plot.py @@ -1,8 +1,7 @@ import time -import numpy as np +from threading import Thread, Lock import matplotlib.pyplot as plt import matplotlib.animation as animation -from threading import Thread, Lock from pythermostat.client import Client