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