1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-09 22:59:32 +00:00

[test_compat] Remove unused import

This commit is contained in:
Sergey M․ 2016-05-09 22:15:55 +06:00
parent e62d9c5caa
commit fad7bbec3a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -10,7 +10,6 @@ import unittest
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from youtube_dl.utils import get_filesystem_encoding
from youtube_dl.compat import (
compat_getenv,
compat_setenv,