Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 3f4a325

Browse files
committed
Fix datetime import
1 parent d71dc03 commit 3f4a325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama/alma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import datetime
21
import json
32
import time
3+
from datetime import datetime
44

55
import requests
66

0 commit comments

Comments
 (0)