mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-08 13:53:21 +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")
|
temp_file = self.tempfile("temp.webp")
|
||||||
|
|
||||||
hopper("RGB").save(temp_file)
|
hopper("RGB").save(temp_file)
|
||||||
hopper("RGB").save("temp.webp")
|
|
||||||
|
|
||||||
image = Image.open(temp_file)
|
image = Image.open(temp_file)
|
||||||
image.load()
|
image.load()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user