1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 00:25:42 +07: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 @@
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
class TeamcocoIE(InfoExtractor):