Skip to content

Commit d0ed376

Browse files
fix: update pkg_infra/session.py
Copilot suggestion review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3710a4f commit d0ed376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg_infra/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class Session:
4848
username: str
4949
workspace: Path
5050
id: str
51-
started_at_utc: str
52-
started_at_local: str
51+
started_at_utc: datetime
52+
started_at_local: datetime
5353
timezone: str | None = None
5454
location: str | None = None
5555
config: object | None = None

0 commit comments

Comments
 (0)