1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-02 03:28:25 -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

@@ -1,6 +1,5 @@
from __future__ import unicode_literals
import os
import re
from .common import InfoExtractor