Reformat code using PyCharm
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import cocalc
|
||||
|
||||
|
||||
response = cocalc.Completion.create(
|
||||
prompt = 'hello world'
|
||||
prompt='hello world'
|
||||
)
|
||||
|
||||
print(response)
|
||||
print(response)
|
||||
|
||||
Reference in New Issue
Block a user