isort formatting then black formatting
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user