Skip to content

Commit 6db0df8

Browse files
committed
Update modbus_base.py
1 parent 44d2c88 commit 6db0df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/transports/modbus_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class modbus_base(transport_base):
2222

2323

2424
#this is specifically static
25-
clients : dict[str, BaseModbusClient] = []
25+
clients : dict[str, 'BaseModbusClient'] = []
2626
''' str is identifier, dict of clients when multiple transports use the same ports '''
2727

2828
#non-static here for reference, type hinting, python bs ect...

0 commit comments

Comments
 (0)