1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 13:49:38 +00:00

Remove unusued imports

This commit is contained in:
Philipp Hagemeister 2014-03-30 07:16:07 +02:00
parent 77ffa95701
commit acd213ed6d
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ import json
from .common import InfoExtractor from .common import InfoExtractor
from ..utils import ( from ..utils import (
compat_urlparse, compat_urlparse,
determine_ext,
) )

View file

@ -7,7 +7,6 @@ import itertools
import json import json
import os.path import os.path
import re import re
import string
import struct import struct
import traceback import traceback
import zlib import zlib