Skip to content

Commit 43080b7

Browse files
Akhilesh NegiAkhilesh Negi
authored andcommitted
updating time
1 parent 6c34316 commit 43080b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/crud/api_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import uuid
22
import secrets
3-
from datetime import datetime
3+
from datetime import datetime, timezone
44
from sqlmodel import Session, select
55
from app.core.security import (
66
verify_password,

0 commit comments

Comments
 (0)