Skip to content

Commit 9c3661a

Browse files
committed
fix formatting
1 parent d58f0a2 commit 9c3661a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/gpt-oss-tools-stream.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
from typing import Iterator
2-
from ollama import chat
3-
4-
51
import random
2+
from typing import Iterator
63

4+
from ollama import chat
75
from ollama._types import ChatResponse
86

97

examples/gpt-oss-tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
from ollama import chat
2-
3-
41
import random
52

3+
from ollama import chat
64
from ollama._types import ChatResponse
75

86

0 commit comments

Comments
 (0)