We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2c88 commit 6db0df8Copy full SHA for 6db0df8
1 file changed
classes/transports/modbus_base.py
@@ -22,7 +22,7 @@ class modbus_base(transport_base):
22
23
24
#this is specifically static
25
- clients : dict[str, BaseModbusClient] = []
+ clients : dict[str, 'BaseModbusClient'] = []
26
''' str is identifier, dict of clients when multiple transports use the same ports '''
27
28
#non-static here for reference, type hinting, python bs ect...
0 commit comments