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_write_annotations.py.disabled | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test_write_annotations.py.disabled') diff --git a/test/test_write_annotations.py.disabled b/test/test_write_annotations.py.disabled index cca60561f..c7cf199f6 100644 --- a/test/test_write_annotations.py.disabled +++ b/test/test_write_annotations.py.disabled @@ -1,4 +1,5 @@ #!/usr/bin/env python3 + # Allow direct execution import os import sys @@ -6,11 +7,12 @@ import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) + import xml.etree.ElementTree -from test.helper import get_params, is_download_test, try_rm import yt_dlp.extractor import yt_dlp.YoutubeDL +from test.helper import get_params, is_download_test, try_rm class YoutubeDL(yt_dlp.YoutubeDL): -- cgit v1.2.3