]> jfr.im git - yt-dlp.git/blobdiff - test/test_age_restriction.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_age_restriction.py
index e1012f69bb36dfee59aa0ea5d32f7334e0928185..ff248432b9ca070151f95816e1e26b0c2daa9023 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -6,8 +7,8 @@
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from test.helper import is_download_test, try_rm
 
+from test.helper import is_download_test, try_rm
 from yt_dlp import YoutubeDL