Skip to content

Commit 0218510

Browse files
committed
fix: datetime import
1 parent 350e5b0 commit 0218510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/agents/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses import dataclass, field
22
from typing import Literal, Optional, Union
3-
from datetime import datetime, UTC
3+
from datetime import UTC, datetime
44

55
# Base dataclass for all message types
66
@dataclass

0 commit comments

Comments
 (0)