Remove temporary save line

This commit is contained in:
Hugo 2014-09-22 19:01:50 +03:00
parent 04d402adae
commit e8aecc7484

View File

@ -46,7 +46,6 @@ class TestFileWebp(PillowTestCase):
temp_file = self.tempfile("temp.webp")
hopper("RGB").save(temp_file)
hopper("RGB").save("temp.webp")
image = Image.open(temp_file)
image.load()