From: Sergey M․ Date: Mon, 9 May 2016 16:15:55 +0000 (+0600) Subject: [test_compat] Remove unused import X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=fad7bbec3a1fb62964c8e6637dfd535fabe9c133;hp=e62d9c5caaa972ef4b1ed5d6ab5ee4a087a4ba95;p=youtube-dl [test_compat] Remove unused import --- 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,