delete unused imports

This commit is contained in:
2023-11-20 20:26:38 +00:00
parent 16fa0064dd
commit e648a45aa9
18 changed files with 11 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ import logging
import os
from django.conf import settings
from PIL import ExifTags, Image, ImageOps
from PIL import Image, ImageOps
gallery_path = settings.GALLERY["path"]
gallery_thumb_path = settings.GALLERY["thumb_path"]