Commit ef6c7df2 authored by Jason Madden's avatar Jason Madden

whitespace lint. [skip ci]

parent 10311020
...@@ -7,8 +7,10 @@ import multiprocessing ...@@ -7,8 +7,10 @@ import multiprocessing
# Make sure that using the resolver in a forked process # Make sure that using the resolver in a forked process
# doesn't hang forever. # doesn't hang forever.
def block(): def block():
socket.getaddrinfo('localhost', 8001) socket.getaddrinfo('localhost', 8001)
def main(): def main():
socket.getaddrinfo('localhost', 8001) socket.getaddrinfo('localhost', 8001)
......
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