Fix for mypy

This commit is contained in:
Simon Willison 2025-05-27 10:16:27 -07:00
parent 9e25055765
commit 7fb4245f9d

View file

@ -8,7 +8,7 @@ def llm_version() -> str:
return version("llm")
def llm_time() -> str:
def llm_time() -> dict:
"Returns the current time, as local time and UTC"
# Get current times
utc_time = datetime.now(timezone.utc)