Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-12-12 17:07:39 +01:00
parent 8bdcb436f9
commit 7c7a0d395c
2 changed files with 0 additions and 5 deletions

View file

@ -2,12 +2,10 @@
from __future__ import unicode_literals
import json
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
)

View file

@ -1,9 +1,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
int_or_none,
)
class GoldenMoustacheIE(InfoExtractor):