aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_iqiyi_sdk_interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_iqiyi_sdk_interpreter.py')
-rw-r--r--test/test_iqiyi_sdk_interpreter.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test_iqiyi_sdk_interpreter.py b/test/test_iqiyi_sdk_interpreter.py
index adbae4690..57a7ed3a8 100644
--- a/test/test_iqiyi_sdk_interpreter.py
+++ b/test/test_iqiyi_sdk_interpreter.py
@@ -1,7 +1,4 @@
#!/usr/bin/env python3
-
-from __future__ import unicode_literals
-
# Allow direct execution
import os
import sys
@@ -12,7 +9,7 @@ from test.helper import FakeYDL, is_download_test
from yt_dlp.extractor import IqiyiIE
-class WarningLogger(object):
+class WarningLogger:
def __init__(self):
self.messages = []