Skip to content

Commit

Permalink
[discovery] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Apr 30, 2016
1 parent d00b93d commit ea7e7fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions youtube_dl/extractor/discovery.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
from __future__ import unicode_literals

import re

from .common import InfoExtractor
from ..utils import (
parse_duration,
parse_iso8601,
)
from ..compat import (
compat_str,
compat_urlparse,
)
from ..compat import compat_str


class DiscoveryIE(InfoExtractor):
Expand Down

0 comments on commit ea7e7fe

Please sign in to comment.