]> jfr.im git - yt-dlp.git/blobdiff - test/test_iqiyi_sdk_interpreter.py
[ie/TubiTv] Fix extractor (#9975)
[yt-dlp.git] / test / test_iqiyi_sdk_interpreter.py
index adbae469030f2e41fd14f6834bb66690c96ee487..47c632a4e2e51f578b204c1a5bc5c24abafd31d7 100644 (file)
@@ -1,18 +1,18 @@
 #!/usr/bin/env python3
 
-from __future__ import unicode_literals
-
 # Allow direct execution
 import os
 import sys
 import unittest
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
 from test.helper import FakeYDL, is_download_test
 from yt_dlp.extractor import IqiyiIE
 
 
-class WarningLogger(object):
+class WarningLogger:
     def __init__(self):
         self.messages = []