1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-09 17:35:37 +00:00

Remove unused imports

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-02-14 22:18:09 +01:00
parent a294bce82f
commit b0ab0fac49
2 changed files with 0 additions and 3 deletions
youtube_dl/extractor

View file

@ -1,8 +1,6 @@
# encoding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import int_or_none

View file

@ -1,7 +1,6 @@
from __future__ import unicode_literals
import re
import json
from .common import InfoExtractor
from ..compat import (