1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-03-08 06:00:11 +00:00

[clipfish] Remove unused import and style fix

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-12-04 14:29:37 +01:00
parent 2a63b0f110
commit 55bec9b658

View file

@ -1,7 +1,5 @@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
int_or_none,