Removed default argument

This commit is contained in:
Andrew Murray 2023-01-31 21:42:25 +11:00 committed by GitHub
parent b00bde9771
commit 79e67cb5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"):