Explorar el Código

[test_http] PEP8

Philipp Hagemeister hace 11 años
padre
commit
03d8d4df38
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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