From 42cc67f3ebb557798ce250fb8f75493515272b9c Mon Sep 17 00:00:00 2001 From: Xinyi Rong Date: Thu, 22 Dec 2016 11:02:16 +0800 Subject: [PATCH] fixed PEP8: E501 line too long (94 > 79 characters) --- Tests/test_file_gif.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Tests/test_file_gif.py b/Tests/test_file_gif.py index 043ec74a8..75183801e 100644 --- a/Tests/test_file_gif.py +++ b/Tests/test_file_gif.py @@ -290,7 +290,12 @@ class TestFileGif(PillowTestCase): Image.new('L', (100, 100), '#111'), Image.new('L', (100, 100), '#222'), ] - im_list[0].save(out, save_all=True, append_images=im_list[1:], duration=duration_list) + im_list[0].save( + out, + save_all=True, + append_images=im_list[1:], + duration=duration_list + ) reread = Image.open(out) for duration in duration_list: