diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-03-10 09:04:48 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-10 09:04:48 +0600 |
commit | e0dccdd39886c8cda1dddde0d5f5f5a2dcd33746 (patch) | |
tree | af4ee1e73673fddbd9db2a65c35fefe7c30630b3 /test | |
parent | 5d583bdf6cff8161e2df87ba1a0c97a943596eab (diff) |
[test_YoutubeDL] PEP 8
Diffstat (limited to 'test')
-rw-r--r-- | test/test_YoutubeDL.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index bf78b005f..efbee3b71 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -506,7 +506,6 @@ class TestYoutubeDL(unittest.TestCase): 'fps': 30, }), '^30fps$') - def test_postprocessors(self): filename = 'post-processor-testfile.mp4' audiofile = filename + '.mp3' |