1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 03:52:55 -05:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-04-19 19:57:09 +02:00
parent 7f9c31df88
commit 0610a3e0b2
3 changed files with 0 additions and 5 deletions

View File

@ -3,9 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class TeamcocoIE(InfoExtractor):