Skip to content

Commit

Permalink
Updated formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk committed Feb 2, 2022
1 parent 427221e commit ca0b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageShow.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def show_file(self, file, **options):
[
sys.executable,
"-c",
"import os, sys, time;time.sleep(20);os.remove(sys.argv[1])",
"import os, sys, time; time.sleep(20); os.remove(sys.argv[1])",
file,
]
)
Expand Down

0 comments on commit ca0b585

Please sign in to comment.