mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: remove duplicate timezone import in e2e conftest
This commit is contained in:
parent
238313068a
commit
353dc8d3ec
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ No LLM, no real platform connections.
|
|||
import asyncio
|
||||
import sys
|
||||
import uuid
|
||||
from datetime import datetime, timezone, timezone
|
||||
from datetime import datetime, timezone
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue