Remove import for tz

This commit is contained in:
tcely 2025-02-17 22:38:00 -05:00 committed by GitHub
parent a425051174
commit 6aa392118d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ import math
import uuid
from io import BytesIO
from hashlib import sha1
from datetime import datetime, timedelta, timezone as tz
from datetime import datetime, timedelta
from shutil import copyfile
from PIL import Image
from django.conf import settings