python-scpi
python-scpi copied to clipboard
transports:tcp: Remove loop parameter from open_connection
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop'
The loop parameter in open_connection has been removed in Python 3.10. It's now passed on to BaseEventLoop.create_connection() which gives the above error.