summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/appletrailers.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/appletrailers.py')
-rw-r--r--yt_dlp/extractor/appletrailers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/appletrailers.py b/yt_dlp/extractor/appletrailers.py
index 2e0b0a8..21103ae 100644
--- a/yt_dlp/extractor/appletrailers.py
+++ b/yt_dlp/extractor/appletrailers.py
@@ -1,5 +1,5 @@
-import re
import json
+import re
from .common import InfoExtractor
from ..compat import compat_urlparse