Browse Source

[toggle] Remove unused imports

master
Sergey M․ 9 years ago
parent
commit
c82a8dd14c
1 changed files with 1 additions and 5 deletions
  1. 6
      youtube_dl/extractor/togglesg.py

6
youtube_dl/extractor/togglesg.py

@ -2,19 +2,15 @@
from __future__ import unicode_literals
import json
import re
import itertools
from .common import InfoExtractor
from ..utils import (
determine_ext,
ExtractorError,
int_or_none,
determine_ext,
parse_iso8601,
remove_end,
sanitized_Request,
)
from ..compat import compat_urllib_request
class ToggleSgIE(InfoExtractor):

Loading…
Cancel
Save