Skip to content

Commit 8ff6154

Browse files
author
dori
committed
fix: import utc
1 parent e965aa9 commit 8ff6154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_as_a_judge/db/providers/sqlite_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
It supports both in-memory (:memory:) and file-based SQLite storage.
66
"""
77

8-
import uuid
98
from datetime import datetime, UTC
9+
import uuid
1010

1111
from sqlalchemy import create_engine
1212
from sqlmodel import Session, SQLModel, asc, desc, select

0 commit comments

Comments
 (0)