summaryrefslogtreecommitdiffstats
path: root/gpt4free/theb/theb_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/theb/theb_test.py')
-rw-r--r--gpt4free/theb/theb_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt4free/theb/theb_test.py b/gpt4free/theb/theb_test.py
index 177c970a..c57d5c62 100644
--- a/gpt4free/theb/theb_test.py
+++ b/gpt4free/theb/theb_test.py
@@ -1,4 +1,4 @@
import theb
for token in theb.Completion.create('hello world'):
- print(token, end='', flush=True) \ No newline at end of file
+ print(token, end='', flush=True)