diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-09 22:15:55 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-09 22:15:55 +0600 |
commit | fad7bbec3a1fb62964c8e6637dfd535fabe9c133 (patch) | |
tree | 3e02828ed7fc060ed9026b57a95f39c0be983251 /test | |
parent | e62d9c5caaa972ef4b1ed5d6ab5ee4a087a4ba95 (diff) |
[test_compat] Remove unused import
Diffstat (limited to 'test')
-rw-r--r-- | test/test_compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_compat.py b/test/test_compat.py index b20814249..9adf75763 100644 --- a/test/test_compat.py +++ b/test/test_compat.py @@ -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, |