ruff formatting

This commit is contained in:
2025-01-27 01:02:42 +01:00
parent f0d0c44fd6
commit fcf63d8bf9
30 changed files with 168 additions and 154 deletions

View File

@@ -34,7 +34,8 @@ def get_image_list(folder_name):
img_dict = {
"title": img,
"image_url": os.path.join(
settings.MEDIA_URL + gallery_path, folder_name + "/" + img
settings.MEDIA_URL + gallery_path,
folder_name + "/" + img,
),
"thumb_url": thumb_url,
}