summaryrefslogtreecommitdiff
path: root/tests/net_hosted/connect_poll.py
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-03-15 19:27:36 +0530
commita52eb88031620a81521b937f2a0651dbac2bb350 (patch)
tree017cbf8f686b252241182ef61ce48e8457aa1577 /tests/net_hosted/connect_poll.py
parent090b6ba42fcdfbb16844f77892087f91aa6ea201 (diff)
run code formatting script
Diffstat (limited to 'tests/net_hosted/connect_poll.py')
-rw-r--r--tests/net_hosted/connect_poll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net_hosted/connect_poll.py b/tests/net_hosted/connect_poll.py
index ece6aa0da..90f9b7138 100644
--- a/tests/net_hosted/connect_poll.py
+++ b/tests/net_hosted/connect_poll.py
@@ -29,4 +29,4 @@ def test(peer_addr):
if __name__ == "__main__":
- test(socket.getaddrinfo('micropython.org', 80)[0][-1])
+ test(socket.getaddrinfo("micropython.org", 80)[0][-1])