aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_post_hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_post_hooks.py')
-rw-r--r--test/test_post_hooks.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test_post_hooks.py b/test/test_post_hooks.py
index 1555a23e0..020203f2f 100644
--- a/test/test_post_hooks.py
+++ b/test/test_post_hooks.py
@@ -1,7 +1,4 @@
#!/usr/bin/env python3
-
-from __future__ import unicode_literals
-
import os
import sys
import unittest
@@ -14,7 +11,7 @@ from yt_dlp.utils import DownloadError
class YoutubeDL(yt_dlp.YoutubeDL):
def __init__(self, *args, **kwargs):
- super(YoutubeDL, self).__init__(*args, **kwargs)
+ super().__init__(*args, **kwargs)
self.to_stderr = self.to_screen