isort formatting then black formatting

This commit is contained in:
2023-01-09 18:22:26 +00:00
parent eca6d68dc3
commit 2b3302d9c4
49 changed files with 158 additions and 252 deletions

View File

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