Remove an unused import
- ID
9c9bbfb- date
2023-11-15 16:12:43+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
6d561af- message
Remove an unused import- changed files
1 file, 1 deletion
Changed files
images/srgbify.py (1204) → images/srgbify.py (1194)
diff --git a/images/srgbify.py b/images/srgbify.py
index 6a5e36c..0814224 100755
--- a/images/srgbify.py
+++ b/images/srgbify.py
@@ -9,7 +9,6 @@ which I want to convert to sRGB for converting on the web.
Based on https://github.com/python-pillow/Pillow/issues/1662
"""
-import os
import sys
import tempfile