1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-02 07:19:50 +08:00

Fix unnecessary multi-line import

This commit is contained in:
rli99
2020-07-11 02:14:05 +10:00
Unverified
parent 8be011b2fc
commit 2f5eb728f7
+1 -3
View File
@@ -5,9 +5,7 @@ import re
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
try_get
)
from ..utils import try_get
class MildomIE(InfoExtractor):