jiridanek commented on a change in pull request #1058:
URL: https://github.com/apache/qpid-dispatch/pull/1058#discussion_r586530984
##########
File path: tests/system_tests_tcp_adaptor.py
##########
@@ -61,7 +55,7 @@ class TCP_echo_server(object):
DISABLE_SELECTOR_TESTS = False
DISABLE_SELECTOR_REASON = ''
try:
- import selectors
+ import selectors # noqa F401: 'selectors' imported but unused
Review comment:
```suggestion
import selectors # noqa F401: imported but unused (echo server and echo
client import this, they run as subprocesses)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]