Skip to content

Commit 5c18797

Browse files
rushilpatel0github-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent 350e5b0 commit 5c18797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/codegen/agents/data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from dataclasses import dataclass, field
2+
from datetime import UTC, datetime
23
from typing import Literal, Optional, Union
3-
from datetime import datetime, UTC
4+
45

56
# Base dataclass for all message types
67
@dataclass

0 commit comments

Comments
 (0)