mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-05 12:24:45 +00:00
Fix for mypy
This commit is contained in:
parent
9e25055765
commit
7fb4245f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue