Skip to content

Commit 28c539d

Browse files
authored
Lint
1 parent 8c5817f commit 28c539d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/low_level_api/Chat.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/python
2-
import sys
3-
import os
42
import datetime
3+
import os
4+
import sys
5+
56
from common import GptParams
67
from low_level_api_chat_cpp import LLaMAInteract
78

0 commit comments

Comments
 (0)