Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-04-04 22:22:11 +02:00
parent 9e0c5791c1
commit 1525148114
3 changed files with 1 additions and 9 deletions

View file

@ -1,17 +1,9 @@
# coding: utf-8
from __future__ import unicode_literals
import hashlib
import json
import re
import time
from .common import InfoExtractor
from ..utils import (
compat_parse_qs,
compat_str,
int_or_none,
)
class MorningstarIE(InfoExtractor):