Skip to content

Commit 9a6614b

Browse files
author
dori
committed
fix: import order in tests
1 parent 29f4aef commit 9a6614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_conversation_history_lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"""
66

77
import asyncio
8+
from datetime import UTC, datetime, timedelta
89

910
import pytest
10-
from datetime import UTC, datetime, timedelta
1111

1212
from mcp_as_a_judge.db.providers.sqlite_provider import SQLiteProvider
1313

0 commit comments

Comments
 (0)