mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Removed default argument
This commit is contained in:
parent
b00bde9771
commit
79e67cb5c3
|
@ -328,7 +328,7 @@ def _save(im, fp, filename):
|
|||
mct = info.get("mct", 0)
|
||||
signed = info.get("signed", False)
|
||||
fd = -1
|
||||
comment = info.get("comment", None)
|
||||
comment = info.get("comment")
|
||||
add_plt = info.get("add_plt", False)
|
||||
|
||||
if hasattr(fp, "fileno"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user