Removed unused imports.

This commit is contained in:
2026-03-27 20:36:59 -04:00
parent 701845dceb
commit 0e48a5d9bd
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ from .common import (
make_thumbnail, make_thumbnail,
) )
from .specials import get_special_paths, special_name from .specials import get_special_paths, special_name
from .models import Image as ImModel
def do_recursive_search(start_path, query): def do_recursive_search(start_path, query):

View File

@@ -8,7 +8,7 @@ import datetime
# Django imports. # Django imports.
from django.http import HttpResponseNotFound from django.http import HttpResponseNotFound
from django.shortcuts import render, redirect from django.shortcuts import render
from django.conf import settings from django.conf import settings
from django.utils import timezone from django.utils import timezone