mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-16 15:07:05 +08:00
removed unsued import to satisfy ruff
This commit is contained in:
parent
3819bf238f
commit
604b00c1f6
@ -3,7 +3,7 @@ from collections import defaultdict
|
||||
from sqlalchemy import select, exists, func
|
||||
from sqlalchemy.orm import Session, contains_eager, noload
|
||||
from app.assets.database.models import Asset, AssetInfo, AssetInfoMeta, AssetInfoTag, Tag
|
||||
from app.assets.helpers import escape_like_prefix, normalize_tags, utcnow
|
||||
from app.assets.helpers import escape_like_prefix, normalize_tags
|
||||
from typing import Sequence
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user