summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-30 03:06:40 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-30 03:06:40 +0100
commit03d8d4df385bbf1e4cf1f63609d06dc4ad11313a (patch)
tree3ebefd971be37a028969cf0ac4723964d0f4b0ba
parent03d2d6d51bc078b32c72fabc8be53807a0d5f925 (diff)
downloadyoutube-dl-03d8d4df385bbf1e4cf1f63609d06dc4ad11313a.tar.gz
youtube-dl-03d8d4df385bbf1e4cf1f63609d06dc4ad11313a.tar.xz
youtube-dl-03d8d4df385bbf1e4cf1f63609d06dc4ad11313a.zip
[test_http] PEP8
-rw-r--r--test/test_http.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_http.py b/test/test_http.py
index 5cce5b3ae..bd4d46fef 100644
--- a/test/test_http.py
+++ b/test/test_http.py
@@ -14,6 +14,7 @@ import threading
 
 TEST_DIR = os.path.dirname(os.path.abspath(__file__))
 
+
 class HTTPTestRequestHandler(compat_http_server.BaseHTTPRequestHandler):
     def log_message(self, format, *args):
         pass