diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-17 21:44:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-17 21:44:41 +0100 |
commit | a91a2c1a83fdd195e850d4ad9c298c01a145ebf0 (patch) | |
tree | d523aefea4e4a051d346542d4053abcf227bb5b5 /youtube_dl/downloader/rtmp.py | |
parent | 5cda4eda7253d766611363a880af46895c11ad17 (diff) |
[downloader] Remove various unneeded assignments and imports
Diffstat (limited to 'youtube_dl/downloader/rtmp.py')
-rw-r--r-- | youtube_dl/downloader/rtmp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/downloader/rtmp.py b/youtube_dl/downloader/rtmp.py index 79836fe99..0a52c34c7 100644 --- a/youtube_dl/downloader/rtmp.py +++ b/youtube_dl/downloader/rtmp.py @@ -11,7 +11,6 @@ from ..compat import compat_str from ..utils import ( check_executable, encodeFilename, - format_bytes, get_exe_version, ) |