From 3fdcc8c0632fa6d2d8fda70764f18c8447ff0e8e Mon Sep 17 00:00:00 2001 From: jan iversen Date: Tue, 31 Oct 2023 12:16:41 +0100 Subject: [PATCH] please doc. --- pymodbus/exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymodbus/exceptions.py b/pymodbus/exceptions.py index 6e6a213d6..b3238c276 100644 --- a/pymodbus/exceptions.py +++ b/pymodbus/exceptions.py @@ -4,7 +4,6 @@ """ __all__ = [ - "ModbusException", "ModbusIOException", "ParameterException", "NotImplementedException",