python/qemu/console_socket.py: Clarify type of drain_thread
commit714ac05a1996c0adf2740bce935f790d8824ea9e
authorJohn Snow <jsnow@redhat.com>
Tue, 6 Oct 2020 23:58:11 +0000 (6 19:58 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 20 Oct 2020 13:37:57 +0000 (20 09:37 -0400)
tree34c4beb90b1a662120ac60e8a622de8a65bc81e5
parent6cf4cce7cb489fb5ed7eb72124f6b0c422155ebc
python/qemu/console_socket.py: Clarify type of drain_thread

Mypy needs just a little help to guess the type here.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20201006235817.3280413-15-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/console_socket.py