Skip to content

Commit 604b00c

Browse files
committed
removed unsued import to satisfy ruff
1 parent 3819bf2 commit 604b00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/database/queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sqlalchemy import select, exists, func
44
from sqlalchemy.orm import Session, contains_eager, noload
55
from app.assets.database.models import Asset, AssetInfo, AssetInfoMeta, AssetInfoTag, Tag
6-
from app.assets.helpers import escape_like_prefix, normalize_tags, utcnow
6+
from app.assets.helpers import escape_like_prefix, normalize_tags
77
from typing import Sequence
88

99

0 commit comments

Comments
 (0)