python-scpi icon indicating copy to clipboard operation
python-scpi copied to clipboard

transports:tcp: Remove loop parameter from open_connection

Open rvdgracht opened this issue 2 years ago • 0 comments

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.

rvdgracht avatar May 25 '23 12:05 rvdgracht