瀏覽代碼

[test_http] PEP8

Philipp Hagemeister 10 年之前
父節點
當前提交
03d8d4df38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/test_http.py

+ 1 - 0
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