From 54007a45f11ed730352324289b714baefd2901eb Mon Sep 17 00:00:00 2001 From: pukkandan Date: Fri, 24 Jun 2022 16:36:16 +0530 Subject: [cleanup] Consistent style for file heads --- test/test_http.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/test_http.py') diff --git a/test/test_http.py b/test/test_http.py index 828797ec7..b1aac7720 100644 --- a/test/test_http.py +++ b/test/test_http.py @@ -1,18 +1,19 @@ #!/usr/bin/env python3 + # Allow direct execution import os import sys import unittest -import http.server sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +import http.server import ssl import threading import urllib.request -from test.helper import http_server_port +from test.helper import http_server_port from yt_dlp import YoutubeDL TEST_DIR = os.path.dirname(os.path.abspath(__file__)) -- cgit v1.2.3