summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/streamable.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/streamable.py')
-rw-r--r--yt_dlp/extractor/streamable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/streamable.py b/yt_dlp/extractor/streamable.py
index 462861e..c303ac5 100644
--- a/yt_dlp/extractor/streamable.py
+++ b/yt_dlp/extractor/streamable.py
@@ -3,8 +3,8 @@ from ..utils import (
ExtractorError,
float_or_none,
int_or_none,
- try_get,
parse_codecs,
+ try_get,
)