1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 19:12:53 -05:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-07-20 23:38:44 +02:00
parent 7fbf54dc62
commit 246168bd72
3 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor