From 397935f51a01c69f287681414777dbd5b8eb66b4 Mon Sep 17 00:00:00 2001 From: Nils Reiners Date: Tue, 16 Sep 2025 22:55:13 +0200 Subject: [PATCH] minor changes --- pv_inverter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pv_inverter.py b/pv_inverter.py index 705eb27..1142652 100644 --- a/pv_inverter.py +++ b/pv_inverter.py @@ -1,8 +1,6 @@ import time import struct import pandas as pd -import matplotlib.pyplot as plt -from collections import deque from typing import Dict, Any, List, Tuple, Optional from pymodbus.client import ModbusTcpClient