We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435f52d + 8f3fc71 commit 36d5fd8Copy full SHA for 36d5fd8
test/test_client_sync.py
@@ -156,6 +156,8 @@ def testUdpClientRepr(self):
156
client.host, client.port, client.timeout
157
)
158
self.assertEqual(repr(client), rep)
159
+
160
161
# -----------------------------------------------------------------------#
162
# Test TCP Client
163
@@ -234,7 +236,6 @@ def testSerialClientRpr(self):
234
236
235
237
238
-
239
240
# Test Serial Client
241
0 commit comments