summaryrefslogtreecommitdiffstats
path: root/you_test.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--you_test.py (renamed from testing/you_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/you_test.py b/you_test.py
index 62598e05..9c69cf34 100644
--- a/testing/you_test.py
+++ b/you_test.py
@@ -4,7 +4,7 @@ import you
response = you.Completion.create(
prompt = "hello world",
detailed = True,
- includelinks = True,)
+ includelinks = True)
print(response)