mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Remove temporary save line
This commit is contained in:
parent
04d402adae
commit
e8aecc7484
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user