1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-01-12 05:36:03 +01:00

[FunnyOrDie] Remove unused import

This commit is contained in:
Philipp Hagemeister 2013-06-23 22:07:17 +02:00
parent 8f0578f0fc
commit 48db0b1f4a

View File

@ -1,9 +1,6 @@
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class FunnyOrDieIE(InfoExtractor):