summaryrefslogtreecommitdiff
path: root/tests/circuitpython-manual/socketpool/server/host-client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/circuitpython-manual/socketpool/server/host-client.py')
-rw-r--r--tests/circuitpython-manual/socketpool/server/host-client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/circuitpython-manual/socketpool/server/host-client.py b/tests/circuitpython-manual/socketpool/server/host-client.py
index b5aacbfa8..b482755d8 100644
--- a/tests/circuitpython-manual/socketpool/server/host-client.py
+++ b/tests/circuitpython-manual/socketpool/server/host-client.py
@@ -15,4 +15,3 @@ with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
print("Receiving")
data = s.recv(1024)
print('Received', repr(data))
-