Commit 2e52be20 authored by Jason Madden's avatar Jason Madden

pep8 whitespace [skip ci]

parent 60b7fbd7
...@@ -220,6 +220,7 @@ class TestTCP(greentest.TestCase): ...@@ -220,6 +220,7 @@ class TestTCP(greentest.TestCase):
s.close() s.close()
def get_port(): def get_port():
tempsock = socket.socket() tempsock = socket.socket()
tempsock.bind(('', 0)) tempsock.bind(('', 0))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment