Skip to content

Commit

Permalink
fix utc import
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed Jul 30, 2024
1 parent e9be92d commit b07bfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/helpers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pprint import pformat
from functools import wraps
from datetime import datetime, UTC, timezone
from datetime import datetime, timezone
import json
import inspect
from typing import Union
Expand Down

0 comments on commit b07bfe6

Please sign in to comment.