tests: update search library file

This commit is contained in:
Travis Abendshien
2026-05-08 20:42:50 -07:00
parent c414bc98e8
commit 8c5495dc57
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ from datetime import datetime as dt
from pathlib import Path
from typing import override
from sqlalchemy import ForeignKey, ForeignKeyConstraint, Integer, event, JSON
from sqlalchemy import ForeignKey, ForeignKeyConstraint, Integer
from sqlalchemy.orm import Mapped, mapped_column, relationship
from tagstudio.core.constants import TAG_ARCHIVED, TAG_FAVORITE