unit test a few more lines

This commit is contained in:
Mike Kinney
2021-12-30 22:59:01 -08:00
parent 9adbed4be6
commit 614a90c0eb
2 changed files with 9 additions and 2 deletions

View File

@@ -17,8 +17,6 @@ class TCPInterface(StreamInterface):
hostname {string} -- Hostname/IP address of the device to connect to
"""
# Instead of wrapping as a stream, we use the native socket API
# self.stream = sock.makefile('rw')
self.stream = None
self.hostname = hostname