mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Leave two lines of separation between top level definitions
This commit is contained in:
@@ -2,6 +2,7 @@ import threading
|
||||
import socket
|
||||
import select
|
||||
|
||||
|
||||
def consume_socket_content(sock, timeout=0.5):
|
||||
chunks = 65536
|
||||
content = ""
|
||||
@@ -19,6 +20,7 @@ def consume_socket_content(sock, timeout=0.5):
|
||||
|
||||
return content
|
||||
|
||||
|
||||
class Server(threading.Thread):
|
||||
"""Dummy server using for unit testing"""
|
||||
WAIT_EVENT_TIMEOUT = 5
|
||||
|
||||
Reference in New Issue
Block a user