1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-10 15:19:34 +00:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-08-28 12:47:38 +02:00
parent a5caba1eb0
commit ce6a696e4d
4 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
import ast
import re
from .common import InfoExtractor

View file

@ -4,7 +4,6 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
determine_ext,
ExtractorError,
)

View file

@ -3,9 +3,6 @@ import re
import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class TriluliluIE(InfoExtractor):

View file

@ -6,7 +6,6 @@ import re
from .common import InfoExtractor
from ..utils import (
compat_urllib_parse,
unified_strdate,
)